This commit is contained in:
Brian Zalewski 2023-05-22 19:11:13 +00:00
parent 380b5f5b3e
commit d1eb769f88

View file

@ -124,6 +124,14 @@ fi
# . "$HOME/.local/scripts/fzf-tmux.bash"
#fi
### McFly
export MCFLY_PROMPT=""
if [ -d /Applications ] && [ -d /System ]; then
if [[ "$(defaults read -g AppleInterfaceStyle 2&>/dev/null)" != "Dark" ]]; then
export MCFLY_LIGHT=TRUE
fi
fi
### SDKMan
if command -v brew > /dev/null && command -v sdkman-cli > /dev/null; then
export SDKMAN_DIR="$(brew --prefix sdkman-cli)/libexec"