X-Git-Url: https://plomlompom.com/repos/new_day?a=blobdiff_plain;f=dotfiles_user_server%2Fbashrc;h=2409091eca0fa65110ca420b5a7d3e59b858a0a2;hb=0b189022dd1e67d1a5c1165da0e65c100ad9fe40;hp=8037b1bf89561412b3c31f19789981554b5a98d5;hpb=6e8658e221b3caf0725b188742d77c408c2975a2;p=config diff --git a/dotfiles_user_server/bashrc b/dotfiles_user_server/bashrc index 8037b1b..2409091 100644 --- a/dotfiles_user_server/bashrc +++ b/dotfiles_user_server/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 + # Wrapper for weechat to force local config file on it anew on each run. alias weechat="~/config/bin/weechat-wrapper.sh"