X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b0c973a85a9a27906f6e7793c961579e7911669a..e61c88322ae0fd8c9f5111057bfdaea72b8ece38:/zshrc diff --git a/zshrc b/zshrc index 2d8463f..5604a7c 100644 --- a/zshrc +++ b/zshrc @@ -45,15 +45,6 @@ for alias_file ($ZSH/aliases/*.zsh); do source $alias_file 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 hash -d Skaro=/mnt/Skaro hash -d ccr=~/ccr @@ -66,4 +57,3 @@ hash -d UniMaas=~/dropbox/Documents/UniMaas # set some env variables export _gamedir=/mnt/Skaro/Games/Linux/HumbleBundle -