From 916ac3c7d0779ea08af03b6c67f1bb424c298e77 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 14 May 2021 15:16:27 -0500 Subject: [PATCH] Only load vconsole for linux --- common/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fish/config.fish b/common/fish/config.fish index 3604a90..68d5af2 100755 --- a/common/fish/config.fish +++ b/common/fish/config.fish @@ -13,7 +13,7 @@ end status --is-interactive || exit -$DOTFILES_PATH/common/colors/vconsole +test (uname) = Linux && $DOTFILES_PATH/common/colors/vconsole for f in key-bindings colors prompt aliases source $FISH_PATH/$f.fish end