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