diff --git a/site-modules/core/files/zshrc b/site-modules/core/files/zshrc index 24db80f..0e5efea 100644 --- a/site-modules/core/files/zshrc +++ b/site-modules/core/files/zshrc @@ -110,6 +110,10 @@ if [ -d "${PHPENV_ROOT}" ]; then eval "$(phpenv init -)" fi +# Export the bat theme to integrate with base16 nicely +# https://github.com/sharkdp/bat#highlighting-theme +export BAT_THEME="base16" + export ANDROID_HOME=$HOME/Android/Sdk export PATH=$PATH:$ANDROID_HOME/emulator export PATH=$PATH:$ANDROID_HOME/tools