fix: bump fish_plugins, drop hydro async config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
jethrokuan/z
|
|
||||||
jorgebucaran/replay.fish
|
|
||||||
jorgebucaran/hydro
|
|
||||||
joseluisq/gitnow
|
|
||||||
tomyun/base16-fish
|
|
||||||
PatrickF1/fzf.fish
|
|
||||||
@@ -45,7 +45,7 @@ export PATH="$POETRY_ROOT/bin:$PATH"
|
|||||||
|
|
||||||
# nvm
|
# nvm
|
||||||
if [ -z "$NVM_DIR" ]; then
|
if [ -z "$NVM_DIR" ]; then
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
fi
|
fi
|
||||||
mkdir -p "$NVM_DIR"
|
mkdir -p "$NVM_DIR"
|
||||||
export PATH="$NVM_DIR/bin:$PATH"
|
export PATH="$NVM_DIR/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user