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