X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fbash%2Ffiles%2Fprofile;h=6f8420f93c420ddd9f21e30bfc6013cea5112a39;hb=4e2fde8523dd1445a507b41fba0a53cfaed37ec2;hp=43fbef4ef214c8e7a6d4e208a7ee95a231c3b8a4;hpb=acdc15c5fda9fbd45371d60fb2770ff126a4d5f0;p=max%2Fsaltfiles.git diff --git a/states/bash/files/profile b/states/bash/files/profile index 43fbef4..6f8420f 100644 --- a/states/bash/files/profile +++ b/states/bash/files/profile @@ -15,17 +15,6 @@ chmod 770 "/tmp/${USER}" export QT_QPA_PLATFORM=wayland-egl -if [ -f ~/.config/sway/config.base ]; then - cat ~/.config/sway/config.base ~/.config/sway/config.${HOSTNAME} > ~/.config/sway/config -fi - -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