Oh well, neovim is still better, sorry.

This commit is contained in:
Bartek Stalewski 2021-10-08 01:04:31 +02:00
parent ead1789f77
commit 6c50a7b818
4 changed files with 6 additions and 11 deletions

View file

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