2 lines
58 B
Bash
2 lines
58 B
Bash
[ -r "$HOME/.config/profile" ] && . $HOME/.config/profile
|
[ -r "$HOME/.config/profile" ] && . $HOME/.config/profile
|