alex-environ/setup/templates/bash_logout_template

6 lines
109 B
Bash

# ~/.bash_logout
if [ -f ~/.alex-environ/home/.bash_logout ]; then
. ~/.alex-environ/home/.bash_logout
fi