summary refs log tree commit diff stats
path: root/hooks
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 09:27:36 +0100
committerAlan Pearce2014-04-13 09:27:36 +0100
commit92192895ef1305f17cfd8206539f3662b4340944 (patch)
tree105b627f4cc7de22b07750daa3798608a201e06d /hooks
parent84a8dcddbb59c66b1f9d6c68f0612f41a034618d (diff)
downloaddotfiles-92192895ef1305f17cfd8206539f3662b4340944.tar.lz
dotfiles-92192895ef1305f17cfd8206539f3662b4340944.tar.zst
dotfiles-92192895ef1305f17cfd8206539f3662b4340944.zip
Fix syntax error in zsh post-up hook
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/post-up/zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh
index 7ed08de..085240d 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*(-.)