5 lines
114 B
Bash
5 lines
114 B
Bash
|
# ~/.bash_logout: executed by bash(1) when login shell exits.
|
||
|
|
||
|
test -r ~/.shell-logout && source ~/.shell-logout
|
||
|
|