From c5cdf74a993f889476d56f6480366fa563abbc48 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 4 Jun 2019 13:41:49 +0100 Subject: [PATCH] Remove Xresources handling from bash profile --- states/bash/files/profile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/states/bash/files/profile b/states/bash/files/profile index 5e0dda5..6f8420f 100644 --- a/states/bash/files/profile +++ b/states/bash/files/profile @@ -15,13 +15,6 @@ chmod 770 "/tmp/${USER}" export QT_QPA_PLATFORM=wayland-egl -if [ -f ~/.Xresources ]; then - cat ~/.Xresources > ~/.Xdefaults - if [ -f ~/.Xresources.$HOSTNAME ]; then - cat ~/.Xresources.$HOSTNAME >> ~/.Xdefaults - fi -fi - if [ -f ~/.config/termite/config.base ]; then cat ~/.config/termite/config.base ~/.config/termite/config.${HOSTNAME} > \ ~/.config/termite/config -- 2.44.0