all repos — nixfiles @ 92192895ef1305f17cfd8206539f3662b4340944

System and user configuration, managed by nix and home-manager

Fix syntax error in zsh post-up hook

Alan Pearce
commit

92192895ef1305f17cfd8206539f3662b4340944

parent

84a8dcddbb59c66b1f9d6c68f0612f41a034618d

1 file changed, 1 insertion(+), 1 deletion(-)

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*(-.)