diff options
Diffstat (limited to '.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' |