X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2a83324d56b554696044410179b6eae122e95eca..3b988e89bbc4154850b407f159b903a1e2835753:/zshrc diff --git a/zshrc b/zshrc index 7ad8443..2e6048a 100644 --- a/zshrc +++ b/zshrc @@ -44,8 +44,12 @@ for alias_file ($ZSH/aliases/*.zsh); do done # vim stuff +[[ -d "$XDG_CACHE_HOME/vim" ]] || mkdir -p "$XDG_CACHE_HOME/vim" +export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export EDITOR=vim export VISUAL=vim + +# default browser export BROWSER=dwb # set up a few named directories