+ Separate vim config to 4 files (for compatiblity)
This commit is contained in:
parent
82736abb53
commit
f3b6aafe61
10 changed files with 2791 additions and 125 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue