Swapperoo
This commit is contained in:
parent
7985bf3dba
commit
95379f40e6
|
@ -4,12 +4,16 @@ for s in $ENV_PATH/*/config.d.fish
|
|||
source $s (dirname $s)
|
||||
end
|
||||
|
||||
for f in vars colors prompt functions key-bindings
|
||||
for f in vars colors functions
|
||||
source $FISH_PATH/$f.fish
|
||||
end
|
||||
|
||||
status --is-interactive || exit
|
||||
|
||||
for f in prompt key-bindings
|
||||
source $FISH_PATH/$f.fish
|
||||
end
|
||||
|
||||
if has_command rtx
|
||||
rtx activate fish | source
|
||||
else if has_command brew && test -f (brew --prefix asdf)/libexec/asdf.fish
|
||||
|
|
Reference in a new issue