summaryrefslogtreecommitdiff
path: root/users/seth/shell/fish.nix
diff options
context:
space:
mode:
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";