Files
2023-05-14 11:44:44 +00:00

5 lines
93 B
Plaintext

source .bashrc.common
homedir=$( getent passwd "$USER" | cut -d: -f6 )
export HOME=$homedir