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 1cfcac1..f00174f 100644
--- a/users/seth/shell/fish.nix
+++ b/users/seth/shell/fish.nix
@@ -1,6 +1,6 @@
{ pkgs, ... }: {
programs.fish = {
- enable = false;
+ enable = true;
plugins = [
{
name = "autopair-fish";