From 73d3142fee5be52831f95ed626bd31d63b0e913e Mon Sep 17 00:00:00 2001 From: Jinks Date: Tue, 10 Jun 2025 11:49:43 +0200 Subject: [PATCH] Remove .zshrc.pre --- dot_zshrc.pre | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dot_zshrc.pre diff --git a/dot_zshrc.pre b/dot_zshrc.pre deleted file mode 100644 index b39e841..0000000 --- a/dot_zshrc.pre +++ /dev/null @@ -1,8 +0,0 @@ -# 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