diff options
| author | seth <[email protected]> | 2024-11-01 21:04:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-02 02:27:57 -0400 |
| commit | 3764dde2ecbfdade19ca140b3e0bdf99ee755aaa (patch) | |
| tree | 7975798bbb1fb2703eb0fe5db57092f59aa79cd3 /users/seth/programs/fish.nix | |
| parent | cd83178489bdc1990d071b1f9b1a9e35c1a2faac (diff) | |
seth: stop using nix-your-shell
`nix develop` is a lot better with bash
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]"; }; |
