diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 15:19:56 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 15:19:56 +0000 |
| commit | 2268d677d3ed69f65d946396a89d98254c98ba90 (patch) | |
| tree | 7a1d456cfd3c57499b869532cf8db8188150275b /bash | |
| parent | 67bff975167c5e4158a2d1caa0a44175b23571f8 (diff) | |
Add bash
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..cd973c3 --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,3 @@ +alias vim="nvim" +alias vi="nvim" +alias vimdiff="nvim -d" |
