diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index fff5d1f..4a36474 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1,7 +1,7 @@ sourcefiles() { if [ -d "$1" ]; then for i in "${1}/"*; do - . "$1" + . "$i" done fi } diff --git a/home/zshrc b/home/zshrc index 9422bda..78e41df 100644 --- a/home/zshrc +++ b/home/zshrc @@ -88,3 +88,6 @@ unsetopt autopushd # Case sensitive CASE_SENSITIVE="true" +# zsh-vi-mode +source /usr/share/zsh/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh +