Swapperoo

This commit is contained in:
Daniel Flanagan 2023-07-12 10:36:27 -05:00
parent 7985bf3dba
commit 95379f40e6
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 6 additions and 2 deletions

View file

@ -4,12 +4,16 @@ for s in $ENV_PATH/*/config.d.fish
source $s (dirname $s) source $s (dirname $s)
end end
for f in vars colors prompt functions key-bindings for f in vars colors functions
source $FISH_PATH/$f.fish source $FISH_PATH/$f.fish
end end
status --is-interactive || exit status --is-interactive || exit
for f in prompt key-bindings
source $FISH_PATH/$f.fish
end
if has_command rtx if has_command rtx
rtx activate fish | source rtx activate fish | source
else if has_command brew && test -f (brew --prefix asdf)/libexec/asdf.fish else if has_command brew && test -f (brew --prefix asdf)/libexec/asdf.fish