diff --git a/dot_zshrc.pre b/dot_zshrc.pre index 04a950e..b39e841 100644 --- a/dot_zshrc.pre +++ b/dot_zshrc.pre @@ -2,3 +2,7 @@ if [ $TILIX_ID ] || [ $VTE_VERSION ]; then source /etc/profile.d/vte.sh fi + +case $HOST in + (iris) GRML_DISPLAY_BATTERY=1 ;; +esac