fix: bump fish_plugins, drop hydro async config
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
# Only execute in interactive shell
|
||||
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
|
||||
set fish_greeting
|
||||
set --global hydro_symbol_prompt "\$"
|
||||
set --global hydro_symbol_git_dirty "~"
|
||||
set --global hydro_fetch true
|
||||
if type -q base16-seti
|
||||
base16-seti
|
||||
end
|
||||
|
||||
# Cross-shell setup
|
||||
if begin; test -e $HOME/.profile; and type -q replay; end
|
||||
replay "source $HOME/.profile"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
tomyun/base16-fish
|
||||
jorgebucaran/fish-bax
|
||||
jethrokuan/z
|
||||
jorgebucaran/fisher
|
||||
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
|
||||
if [ -z "$NVM_DIR" ]; then
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
fi
|
||||
mkdir -p "$NVM_DIR"
|
||||
export PATH="$NVM_DIR/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user