From 8aea85b97b044bf4f1d9c77f8cee74dee9e66eee Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 8 Nov 2024 19:09:57 -0500 Subject: thunderbird, dino --- files/etc/profile.d/local-homedir.sh.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files/etc') 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! -- cgit v1.2.3