[fish] remove outdated config

removed fzf/starship/direnv in other shells
This commit is contained in:
odrling 2024-04-12 20:23:34 +02:00
parent 31a0dc1ab3
commit 5737760f84
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5

View file

@ -17,10 +17,6 @@ if status is-interactive
update_cwd_osc # Run once since we might have inherited PWD from a parent shell
command -v fzf >/dev/null && source ~/.bash/fzf/shell/key-bindings.fish && fzf_key_bindings
command -v starship >/dev/null && starship init fish | source
command -v direnv >/dev/null && direnv hook fish | source
# fish overrides it at some point when used as a login shell (?)
export CDPATH="$ODRCDPATH"