diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-08 19:09:57 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-08 19:09:57 -0500 |
commit | 8aea85b97b044bf4f1d9c77f8cee74dee9e66eee (patch) | |
tree | 22d19db21ba10a0a603129d5ea85e1a64f41eeae /files/etc | |
parent | 326caed19786670770e856fb48939069ea671050 (diff) | |
download | infrastructure-8aea85b97b044bf4f1d9c77f8cee74dee9e66eee.tar.gz |
thunderbird, dino
Diffstat (limited to 'files/etc')
-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! |