From f8f5398d96b34adb178b9b73ee8228e78eddd329 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 22 Aug 2023 19:10:12 +0200 Subject: Remove zsh config --- user/settings/shell.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'user/settings/shell.nix') 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"; - }; - }; } -- cgit 1.4.1