X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D?a=blobdiff_plain;f=dotfiles_user_thinkpad%2Fbashrc;h=5cdcf22325ce27d1f22f7842539a043f16d1d54e;hb=0b189022dd1e67d1a5c1165da0e65c100ad9fe40;hp=06df74fed6a9a3c6c59829e26eb5870e37456a39;hpb=9737783f88e127c687b8e6603f404cea810723cc;p=config diff --git a/dotfiles_user_thinkpad/bashrc b/dotfiles_user_thinkpad/bashrc index 06df74f..5cdcf22 100644 --- a/dotfiles_user_thinkpad/bashrc +++ b/dotfiles_user_thinkpad/bashrc @@ -3,6 +3,10 @@ # Fancy colors for ls. alias ls="ls --color=auto" +# Use vim as default editor for anything. +export VISUAL=vim +export EDITOR=$VISUAL + # Blue prompt with time. PS1="\[\e[1;32m\][\\t \\u@\\h \\w]$\[\e[m\] " PS2="\[\e[1;32m\]>\[\e[m\] "