From 07d2ad623062a087316b350a27b5fc8b489e7756 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Thu, 5 Dec 2019 01:59:06 +0100 Subject: [PATCH] Add nix-zsh alias --- nixos/layers/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/layers/zsh.nix b/nixos/layers/zsh.nix index 5ff7766..8300a52 100644 --- a/nixos/layers/zsh.nix +++ b/nixos/layers/zsh.nix @@ -35,6 +35,8 @@ fi la = "ls -la"; lah = "ls -lah"; + nix-zsh = "nix-shell --packages zsh --command \"exec zsh\""; + cal = "cal --monday"; copy = "xclip -selection c -i"; -- GitLab