diff --git a/bashrc b/bashrc index 74a8fff..c371ab9 100644 --- a/bashrc +++ b/bashrc @@ -2,7 +2,7 @@ ## put environment variables like PATH in ~/.profile alias ls="ls --color=never" -EDITOR=/usr/bin/vim +EDITOR=/usr/bin/vi export HISTCONTROL="ignoredups:erasedups" export PROMPT_COMMAND='history -a' PS1='\$ '