+ Separate vim config to 4 files (for compatiblity)

This commit is contained in:
ziro 2020-07-12 13:51:24 +07:00
parent 82736abb53
commit f3b6aafe61
10 changed files with 2791 additions and 125 deletions

View file

@ -25,6 +25,9 @@ setopt auto_cd # auto cd if directory
# Theme
[ -f ~/.config/zsh/theme ] && source ~/.config/zsh/theme
# opam
test -r /home/ziro/.opam/opam-init/init.zsh && . /home/ziro/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
# History in cache directory
HISTFILE=~/.cache/zsh/zsh_history
HISTSIZE=1000