diff --git a/zsh/zshrc b/zsh/zshrc index 91d6b2d..325f4fd 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,6 +8,7 @@ # # Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc + [ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc" KERNEL=`uname -s`