removed xdg user dir command that was doing the opposite of what we intended

This commit is contained in:
sose 2020-08-22 17:48:48 -07:00
parent fadc6604f3
commit 52a2b3ca32
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ if ( sshfs {{ TILDE_USERNAME }}@{{ TILDE_NAME }}:/home/{{ TILDE_USERNAME }} {{ T
then
export XDG_CONFIG_HOME="{{ USER_HOMEDIR }}/.config"
export XDG_DATA_HOME="{{ USER_HOMEDIR }}/.local/share"
xdg-user-dirs-update --force
cd {{ TILDE_HOMEDIR }}
startx
else