Fixed vim and zsh
This commit is contained in:
11
zsh/templates/zshrc
Normal file
11
zsh/templates/zshrc
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
#
|
||||
# User configuration sourced by interactive shells
|
||||
#
|
||||
|
||||
# Source zim
|
||||
if [[ -s ${ZDOTDIR:-${HOME}}/.zim/init.zsh ]]; then
|
||||
source ${ZDOTDIR:-${HOME}}/.zim/init.zsh
|
||||
fi
|
||||
|
Reference in New Issue
Block a user