From 95379f40e6ce4afc78d9f346fe9c925cb0d7a84c Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 12 Jul 2023 10:36:27 -0500 Subject: [PATCH] Swapperoo --- common/bin/poll | 2 +- common/fish/config.fish | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/bin/poll b/common/bin/poll index e44322e..ebbb069 100755 --- a/common/bin/poll +++ b/common/bin/poll @@ -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 \ No newline at end of file diff --git a/common/fish/config.fish b/common/fish/config.fish index 781d462..7e3f827 100755 --- a/common/fish/config.fish +++ b/common/fish/config.fish @@ -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