X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fbash%2Ffiles%2Fprofile;h=6f8420f93c420ddd9f21e30bfc6013cea5112a39;hb=6bd4126d779dbc1782769a1a84c8222c3ca5a467;hp=5e0dda537e7b9834219d1318f5e46f3788df4ffd;hpb=6de4e21abac3d79571ecce9be5669544fd979193;p=max%2Fsaltfiles.git 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