summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-14 21:49:26 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-14 21:49:26 +0200
commitc03fde58441c18c657bb108d6b49e45c13238b2b (patch)
tree003d7e98b88b68c0ac8b2886af1dd95ff39b04a2
parent145d1446bbf5b936cf64f1ed5db9920a59c13227 (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'