Swapperoo
This commit is contained in:
parent
7985bf3dba
commit
95379f40e6
|
@ -8,4 +8,4 @@ while true
|
|||
echo (tput setaf 0)(date) polled (tput setaf 4)"'"$argv"'"(tput setaf 7)
|
||||
eval $argv
|
||||
sleep 2
|
||||
end
|
||||
end
|
|
@ -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