From 3764dde2ecbfdade19ca140b3e0bdf99ee755aaa Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 1 Nov 2024 21:04:16 -0400 Subject: seth: stop using nix-your-shell `nix develop` is a lot better with bash --- users/seth/programs/fish.nix | 4 ---- users/seth/programs/zsh.nix | 2 -- 2 files changed, 6 deletions(-) (limited to 'users') diff --git a/users/seth/programs/fish.nix b/users/seth/programs/fish.nix index b1f792a..1c72865 100644 --- a/users/seth/programs/fish.nix +++ b/users/seth/programs/fish.nix @@ -21,10 +21,6 @@ in programs.fish = { enable = true; - interactiveShellInit = '' - ${lib.getExe pkgs.nix-your-shell} fish | source - ''; - functions = { last_history_item.body = "echo $history[1]"; }; diff --git a/users/seth/programs/zsh.nix b/users/seth/programs/zsh.nix index f4c30bd..7a7f935 100644 --- a/users/seth/programs/zsh.nix +++ b/users/seth/programs/zsh.nix @@ -72,8 +72,6 @@ in zle -N clear-screen-and-scrollback bindkey '^L' clear-screen-and-scrollback - ${lib.getExe pkgs.nix-your-shell} zsh | source /dev/stdin - [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh ''; -- cgit v1.2.3