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

@ -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

View File

@ -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