diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 21:04:50 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 21:04:50 +0200 |
commit | 9e619f1e9c0ed50ad36a3790782eab3d18dbd827 (patch) | |
tree | 308e6c1e5c24fd3003a2e9a0892602923a6da9d9 /hel.nix | |
parent | 893540b17b9045fdcaf56136d5f8f42a78d4c458 (diff) | |
download | nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar.gz nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar.bz2 nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.tar.xz nixos-9e619f1e9c0ed50ad36a3790782eab3d18dbd827.zip |
continue using zsh
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||