all repos — archive/dotfiles @ 92192895ef1305f17cfd8206539f3662b4340944

Superseded by nixfiles

Fix syntax error in zsh post-up hook
Alan Pearce alan@alanpearce.co.uk
Sun, 13 Apr 2014 09:27:36 +0100
commit

92192895ef1305f17cfd8206539f3662b4340944

parent

84a8dcddbb59c66b1f9d6c68f0612f41a034618d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M hooks/post-up/zshhooks/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*(-.)