dotfiles/dot_zshrc.pre
2022-01-09 15:21:51 +01:00

8 lines
197 B
Text

# see https://gnunn1.github.io/tilix-web/manual/vteconfig/
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
case $HOST in
(iris) GRML_DISPLAY_BATTERY=1 ;;
esac