Oh well, neovim is still better, sorry.
This commit is contained in:
parent
ead1789f77
commit
6c50a7b818
4 changed files with 6 additions and 11 deletions
|
@ -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 ; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue