4 lines
126 B
Shell
4 lines
126 B
Shell
|
|
# Executed by bash when a login shell starts
|
||
|
|
|
||
|
|
# Mimic bash's default behavior and source `~/.profile`
|
||
|
|
source "$HOME/.profile"
|