diff options
Diffstat (limited to '.config/zsh/.zshrc')
| -rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a720792..df2e863 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -16,6 +16,7 @@ fi export ZSH="${XDG_CONFIG_HOME:-$HOME/.config}/oh-my-zsh" ZSH_THEME="0undefined" +ZSH_CUSTOM="${XDG_CONFIG_HOME:-$HOME/.config}/zsh/custom" # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" |
