aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-14 15:19:56 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-14 15:19:56 +0000
commit2268d677d3ed69f65d946396a89d98254c98ba90 (patch)
tree7a1d456cfd3c57499b869532cf8db8188150275b /bash/.bashrc
parent67bff975167c5e4158a2d1caa0a44175b23571f8 (diff)
Add bash
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc3
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"