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 | |
| parent | 67bff975167c5e4158a2d1caa0a44175b23571f8 (diff) | |
Add bash
| -rw-r--r-- | bash/.bashrc | 3 | ||||
| -rw-r--r-- | directoryinfo | 1 |
2 files changed, 4 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" diff --git a/directoryinfo b/directoryinfo index cca6945..360f2dd 100644 --- a/directoryinfo +++ b/directoryinfo @@ -2,6 +2,7 @@ copycontent zsh %HOME copycontent vim %HOME copycontent git %HOME +copycontent bash %HOME # Directories copyfulldir nvim %HOME/.config/nvim |
