From 5fcf563d87789b1dafa3fc17b68f2dd1c307e20a Mon Sep 17 00:00:00 2001 From: Nathaniel Maia Date: Thu, 1 Aug 2019 17:59:16 +0000 Subject: [PATCH] Remove trailing tab --- archlabs-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlabs-installer b/archlabs-installer index e7b39c3..fc0f32c 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -1483,7 +1483,7 @@ install_user() [[ $INSTALL_WMS == *dwm* ]] && install_suckless [[ $INSTALL_WMS == *awesome* ]] && install_awesome - + # remove some commands from ~/.xprofile when using KDE or Gnome as the login session if [[ $LOGIN_WM =~ (startkde|gnome-session) ]]; then sed -i '/super/d' $MNT/home/$NEWUSER/.xprofile $MNT/root/.xprofile