diff options
author | Alan Pearce | 2024-04-28 09:14:45 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-28 09:14:45 +0200 |
commit | b3888682818dde6b44e64b043c136f2ae6d70d89 (patch) | |
tree | 93e3bb098b3322e529928ffdbe8ea7053c9724ae /user | |
parent | e2a148c254461ec05ae90ef2a4efa1f7c0b22d6e (diff) | |
download | nixfiles-b3888682818dde6b44e64b043c136f2ae6d70d89.tar.lz nixfiles-b3888682818dde6b44e64b043c136f2ae6d70d89.tar.zst nixfiles-b3888682818dde6b44e64b043c136f2ae6d70d89.zip |
fish: enable automatic delimiter pairing via pisces
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/fish.nix | 1 |
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 { |