summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2021-10-14 21:49:26 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2021-10-14 21:52:08 +0200
commitbff9b0ccc120c62dd7bc9725bc80985acad60e1d (patch)
tree4b0214983c4a15f2fa031c0afa3c546a9ff44827
parentffebc28f1e4654d435d50ea6e70b39a2dcf6e4a2 (diff)
Changed default editor from nvim to vim in .bashrc
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 62a271e..f13df04 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'