From: Maximilian Friedersdorff Date: Tue, 4 Jun 2019 12:41:49 +0000 (+0100) Subject: Remove Xresources handling from bash profile X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=c5cdf74a993f889476d56f6480366fa563abbc48;p=max%2Fsaltfiles.git Remove Xresources handling from bash profile --- 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