diff options
Diffstat (limited to 'files/etc/profile.d/local-homedir.sh.common')
-rw-r--r-- | files/etc/profile.d/local-homedir.sh.common | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/etc/profile.d/local-homedir.sh.common b/files/etc/profile.d/local-homedir.sh.common index d5abb90..683756a 100644 --- a/files/etc/profile.d/local-homedir.sh.common +++ b/files/etc/profile.d/local-homedir.sh.common @@ -18,6 +18,10 @@ export GOPATH="${LOCAL_HOME}/go" mkdir -p "${LOCAL_HOME}/.mozilla" ln -sfn "${LOCAL_HOME}/.mozilla" "${HOME}/.mozilla" +# thunderbird +mkdir -p "${LOCAL_HOME}/.thunderbird" +ln -sfn "${LOCAL_HOME}/.thunderbird" "${HOME}/.thunderbird" + # kwallet # The kwallet PAM module hard-codes ~/.local/share/kwalletd, but kwallet itself # honors XDG_DATA_HOME! So we symlink from the local disk back into NFS. Gross! |