summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-08-22 19:10:12 +0200
committerAlan Pearce2023-08-22 19:10:12 +0200
commitf8f5398d96b34adb178b9b73ee8228e78eddd329 (patch)
tree5f64f2d37ada0e7e96a74f35b91b13b7dc626171 /user/settings/shell.nix
parent4a22fe0cf6b7c54d67dbf7c45d82fb8d7f330bbf (diff)
downloadnixfiles-f8f5398d96b34adb178b9b73ee8228e78eddd329.tar.lz
nixfiles-f8f5398d96b34adb178b9b73ee8228e78eddd329.tar.zst
nixfiles-f8f5398d96b34adb178b9b73ee8228e78eddd329.zip
Remove zsh config
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 46d3f37b..637ad6fc 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -133,11 +133,4 @@ in
     gitstatus
     up
   ];
-  programs.zsh = {
-    shellAliases = {
-      history = "fc -l $(( $LINES - 2 ))";
-
-      hor = "$(nix-shell -p home-manager --run 'home-manager generations' | head -n 2 | tail -n 1 | f 7)/activate";
-    };
-  };
 }