From 537b10fe95d27e9e687b755e1469752a7174c860 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 3 Nov 2015 13:05:23 +0100 Subject: Custom zsh themes --- custom/zsh.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/custom/zsh.nix b/custom/zsh.nix index 05f43410..1c388bea 100644 --- a/custom/zsh.nix +++ b/custom/zsh.nix @@ -9,6 +9,7 @@ in rec { l = "ls -lhAF"; ll = "l --color=always L"; ".." = "cd .."; + "nix-shell" = "nix-shell --command $(getent passwd $LOGNAME | cut -d: -f7)"; }; programs.zsh.interactiveShellInit = '' setopt clobber @@ -27,13 +28,16 @@ in rec { antigen use oh-my-zsh antigen bundles <