summaryrefslogtreecommitdiff
path: root/users/seth/shell/fish.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-20 03:43:04 -0500
committerseth <[email protected]>2023-02-20 03:43:04 -0500
commit9a64ab70ea3276cf4470b6a23eaca81980f3a071 (patch)
tree1dc5031213760266e6ab31b275990e452828e0e4 /users/seth/shell/fish.nix
parent0957b051ef4befd86ce97deef04f5095bea9543b (diff)
switch back to zsh + fix some issues
i miss fish but it's being weird :/
Diffstat (limited to 'users/seth/shell/fish.nix')
-rw-r--r--users/seth/shell/fish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix
index f00174f..1cfcac1 100644
--- a/users/seth/shell/fish.nix
+++ b/users/seth/shell/fish.nix
@@ -1,6 +1,6 @@
{ pkgs, ... }: {
programs.fish = {
- enable = true;
+ enable = false;
plugins = [
{
name = "autopair-fish";