From f1083b9a679c9647a16623935c9a1a42cc525583 Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Wed, 5 May 2021 20:55:12 -0400 Subject: [PATCH] Update fish_plugins --- hm-configs/files-all.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hm-configs/files-all.nix b/hm-configs/files-all.nix index b5d8768..073363e 100644 --- a/hm-configs/files-all.nix +++ b/hm-configs/files-all.nix @@ -1,20 +1,21 @@ { ".config/fish/fish_plugins".text = '' + jorgebucaran/fisher jorgebucaran/autopair.fish + jorgebucaran/replay.fish + jorgebucaran/fish-getopts + joseluisq/gitnow + fishpkg/fish-get + fishpkg/fish-spin + fishpkg/fish-humanize-duration + oh-my-fish/plugin-bang-bang + matthewess/fish-autovenv joehillen/to-fish jethrokuan/z decors/fish-colored-man franciscolourenco/done haslersn/fish-nix-completions gyakovlev/fish-fzy - joseluisq/gitnow - jorgebucaran/replay.fish - fishpkg/fish-get - fishpkg/fish-spin - oh-my-fish/plugin-bang-bang - fishpkg/fish-humanize-duration - jorgebucaran/fish-getopts - matthewess/fish-autovenv Gazorby/fish-abbreviation-tips ''; ".config/fish/functions/colortest.fish".source = ../assets/colortest.fish;