diff --git a/fig.fish b/fig.fish index cfa845b..7cd8369 100644 --- a/fig.fish +++ b/fig.fish @@ -2,7 +2,7 @@ contains $HOME/.fig/bin $fish_user_paths or set -Ua fish_user_paths $HOME/.fig/bin -if [ -d /Applications/fig.app -o -d ~/Applications/fig.app ] && command -v fig 1>/dev/null 2>/dev/null +if [ -d /Applications/Fig.app -o -d ~/Applications/Fig.app ] && command -v fig 1>/dev/null 2>/dev/null if [ -t 1 ] && [ -z "$FIG_ENV_VAR" -o ! -z "$TMUX" ] diff --git a/tools/drip/fig_onboarding.sh b/tools/drip/fig_onboarding.sh index 2bd81bc..e5effeb 100755 --- a/tools/drip/fig_onboarding.sh +++ b/tools/drip/fig_onboarding.sh @@ -450,6 +450,7 @@ cat < /dev/null - eval $input - print_special "${BOLD}Awesome!${NORMAL}" + fig > /dev/null + + if [[ -d $(echo /Applications/Bartender*.app/) ]] + then + echo + print_special "${BOLD}Well this is awkward...${NORMAL} It looks like you are using ${BOLD}Bartender${NORMAL} which means the ${BOLD}${MAGENTA}Fig${NORMAL} command may not work." + echo + print_special "Instead click the Fig icon ◧ in your status bar" + else + print_special "${BOLD}Awesome!${NORMAL}" + fi echo print_special "If Fig ever stops working, you can ${BOLD}use the debug tool${NORMAL} at the top of this menu to see what's wrong." press_enter_to_continue