From b01470dff0896c41fc2ec604a6c93db5b40dd70b Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 25 Dec 2023 16:28:07 -0500 Subject: [PATCH] Changed zoxide for fish-native z --- dot_config/private_fish/config.fish.tmpl | 12 ++++++------ run_once_after_10_fisher.sh.tmpl | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 218e762..0cf08ca 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -33,13 +33,13 @@ if type -q thefuck thefuck --alias | source end -if type -q starship - starship init fish | source -end +#if type -q starship +# starship init fish | source +#end -if type -q zoxide - zoxide init fish | source -end +#if type -q zoxide +# zoxide init fish | source +#end if status is-interactive # Commands to run in interactive sessions can go here diff --git a/run_once_after_10_fisher.sh.tmpl b/run_once_after_10_fisher.sh.tmpl index 28850f8..ed7acbe 100755 --- a/run_once_after_10_fisher.sh.tmpl +++ b/run_once_after_10_fisher.sh.tmpl @@ -5,4 +5,6 @@ fisher install danhper/fish-ssh-agent fisher install decors/fish-colored-man fisher install jorgebucaran/fisher fisher install patrickf3139/fzf.fish -fisher install kidonng/zoxide.fish +#fisher install kidonng/zoxide.fish +fisher install jethrokuan/z +fisher install IlanCosman/tide@v6