diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2021-10-14 21:49:26 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-14 21:52:08 +0200 |
commit | bff9b0ccc120c62dd7bc9725bc80985acad60e1d (patch) | |
tree | 4b0214983c4a15f2fa031c0afa3c546a9ff44827 | |
parent | ffebc28f1e4654d435d50ea6e70b39a2dcf6e4a2 (diff) |
Changed default editor from nvim to vim in .bashrc
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -116,8 +116,8 @@ if ! shopt -oq posix; then fi fi -export EDITOR=nvim -export VISUAL=nvim +export EDITOR=vim +export VISUAL=vim export PS1='\[\033[35m\]\u@\h\[\033[37m\]:\[\033[0;34m\]\w\[\033[37m\]$ ' # Shell prompt alias mv='mv -i' |