diff options
| author | seth <[email protected]> | 2022-08-27 23:54:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-30 07:37:31 -0400 |
| commit | 7ac25e0f42c96f78ddaaffa6df48844bfe6633e0 (patch) | |
| tree | 22dca260a9c45ce1bdc02a82bab65dd65dd4eb48 /.config/fish/config.fish | |
| parent | cbb53c9a6660b8118d816258bc7c5dc0043c61c8 (diff) | |
moar plugins
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 3 |
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 |
