fix: bump fish_plugins, drop hydro async config

This commit is contained in:
Andrejus
2021-03-28 19:23:23 +01:00
parent 8cd519cc32
commit 576c73352c
4 changed files with 11 additions and 15 deletions

View File

@@ -1,16 +1,15 @@
# Only execute in interactive shell # Only execute in interactive shell
if status --is-interactive if status --is-interactive
# Cross-shell setup
if begin; test -e $HOME/.profile; and type -q replay; end
replay "source $HOME/.profile"
end
# Fish specific # Fish specific
set fish_greeting set fish_greeting
set --global hydro_symbol_prompt "\$" set --global hydro_symbol_prompt "\$"
set --global hydro_symbol_git_dirty "~" set --global hydro_symbol_git_dirty "~"
set --global hydro_fetch true
if type -q base16-seti if type -q base16-seti
base16-seti base16-seti
end end
# Cross-shell setup
if begin; test -e $HOME/.profile; and type -q replay; end
replay "source $HOME/.profile"
end
end end

View File

@@ -1,4 +1,7 @@
tomyun/base16-fish
jorgebucaran/fish-bax
jethrokuan/z jethrokuan/z
jorgebucaran/fisher
jorgebucaran/hydro jorgebucaran/hydro
jorgebucaran/replay.fish
joseluisq/gitnow
tomyun/base16-fish
PatrickF1/fzf.fish

View File

@@ -1,6 +0,0 @@
jethrokuan/z
jorgebucaran/replay.fish
jorgebucaran/hydro
joseluisq/gitnow
tomyun/base16-fish
PatrickF1/fzf.fish