all repos — nixfiles @ 70dbdab03afdd27279c300bf3c3ff4b90e183bc6

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

Use correct switch for testing commands

Alan Pearce
commit

70dbdab03afdd27279c300bf3c3ff4b90e183bc6

parent

db9f688ce7596d8a25a85599a7eaa6911c60aff4

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

jump to
M installinstall
@@ -49,7 +49,7 @@ then
install-dot projects/dwm/ $target/dwm/* fi -if [[ -z $commands[emacs] ]] +if [[ -s $commands[emacs] ]] then emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi
M zsh/environment.zshzsh/environment.zsh
@@ -47,6 +47,6 @@ esac
export os -if [[ -z $commands[direnv] ]] +if [[ -s $commands[direnv] ]] eval "$(direnv hook zsh)" fi