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