summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-28 09:14:45 +0200
committerAlan Pearce2024-04-28 09:14:45 +0200
commitb3888682818dde6b44e64b043c136f2ae6d70d89 (patch)
tree93e3bb098b3322e529928ffdbe8ea7053c9724ae
parente2a148c254461ec05ae90ef2a4efa1f7c0b22d6e (diff)
downloadnixfiles-b3888682818dde6b44e64b043c136f2ae6d70d89.tar.lz
nixfiles-b3888682818dde6b44e64b043c136f2ae6d70d89.tar.zst
nixfiles-b3888682818dde6b44e64b043c136f2ae6d70d89.zip
fish: enable automatic delimiter pairing via pisces
-rw-r--r--user/settings/fish.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/fish.nix b/user/settings/fish.nix
index bcf6103b..f6ad67da 100644
--- a/user/settings/fish.nix
+++ b/user/settings/fish.nix
@@ -11,6 +11,7 @@
       with pkgs.fishPlugins; [
         (fromNixpkgs tide)
         (fromNixpkgs fzf-fish)
+        (fromNixpkgs pisces)
         {
           name = "ghq";
           src = pkgs.fetchFromGitHub {