summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish3
1 files changed, 2 insertions, 1 deletions
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