summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
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";
-    };
-  };
 }