Back to good old vim.

This commit is contained in:
Bartek Stalewski 2021-10-07 23:59:57 +02:00
parent e95d129d99
commit 5af00aa70d
4 changed files with 12 additions and 6 deletions

View file

@ -8,7 +8,7 @@ setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
export PATH=~/.local/bin:$PATH
export MANPAGER='nvim +Man!'
export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
export LESSHISTFILE='/dev/null'
[ ! -L ~/.cache ] && { rm -rf ~/.cache; ln -sf $XDG_CACHE_HOME ~/.cache ; }