diff options
-rwxr-xr-x | hooks/post-up/zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh index 7ed08de4..085240df 100755 --- a/hooks/post-up/zsh +++ b/hooks/post-up/zsh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -ZDOTDIR="${XDG_CONFIG_HOME:~/.config}/zsh" +ZDOTDIR="${XDG_CONFIG_HOME:=~/.config}/zsh" pushd $ZDOTDIR for f in z*(-.) |