Commit 48e7d0f23ad34997297e6f94de9f6806eb923b62
1 parent
4cc8323b3c
Exists in
master
and in
2 other branches
.zshrc.sh: FIX ZSH_CUSTOM path
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
dotfiles/zshrc.sh
... | ... | @@ -20,7 +20,7 @@ ENABLE_CORRECTION="false" |
20 | 20 | COMPLETION_WAITING_DOTS="true" |
21 | 21 | DISABLE_UNTRACKED_FILES_DIRTY="true" |
22 | 22 | HIST_STAMPS="dd.mm.yyyy" |
23 | -ZSH_CUSTOM=ZCFG/custom | |
23 | +ZSH_CUSTOM=$ZCFG/custom | |
24 | 24 | |
25 | 25 | plugins+=(command-not-found common-aliases debian dirhistory git history history-substring-search systemadmin zsh_reload) |
26 | 26 |