summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 21:04:50 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 21:04:50 +0200
commit9e619f1e9c0ed50ad36a3790782eab3d18dbd827 (patch)
tree308e6c1e5c24fd3003a2e9a0892602923a6da9d9
parent893540b17b9045fdcaf56136d5f8f42a78d4c458 (diff)
downloadnixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar
nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar.gz
nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar.bz2
nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar.xz
nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.zip
continue using zsh
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 8394c814..13d0c6e5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -255,7 +255,7 @@
255 setgid = true; 255 setgid = true;
256 setuid = true; 256 setuid = true;
257 source = pkgs.writeScript "notify-gkleen" '' 257 source = pkgs.writeScript "notify-gkleen" ''
258 #!${pkgs.stdenv.shell} 258 #!${pkgs.zsh}/bin/zsh
259 259
260 trap "exit 0" EXIT 260 trap "exit 0" EXIT
261 261