5 lines
109 B
Bash
5 lines
109 B
Bash
# ~/.bash_logout
|
|
|
|
if [ -f ~/.alex-environ/home/.bash_logout ]; then
|
|
. ~/.alex-environ/home/.bash_logout
|
|
fi
|