diff options
Diffstat (limited to 'users/seth/programs/fish.nix')
| -rw-r--r-- | users/seth/programs/fish.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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]"; }; |
