diff --git a/shell/zshrc b/shell/zshrc index 9a56c80..f94055f 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -61,3 +61,6 @@ plugins=(git) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh + +# Would you like to use another custom folder than $ZSH/custom? +ZSH_CUSTOM=$HOME/dotfiles/omz \ No newline at end of file