From 7ac25e0f42c96f78ddaaffa6df48844bfe6633e0 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 27 Aug 2022 23:54:36 -0400 Subject: moar plugins --- .config/fish/config.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/fish/config.fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a151d10..83a174e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -35,8 +35,9 @@ end function load_plugins if not test -f "$XDG_CONFIG_HOME/fish/functions/fisher.fish" echo 'bootstrapping fisher' - curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher + curl -sL https://git.io/fisher | source && fisher update end + fish_logo end if status is-login -- cgit v1.2.3