tutorials_dotfiles_.bash_logout_jwodder
Differences
This shows you the differences between two versions of the page.
tutorials_dotfiles_.bash_logout_jwodder [2021/03/23 15:31] – created hc9 | tutorials_dotfiles_.bash_logout_jwodder [2021/03/23 16:00] (current) – hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <file config dotfile> | ||
+ | # bash will run this automatically when I log out from SDF. | ||
+ | # This eliminates datafiles created in my home directory by certain programs | ||
+ | # that I find unnecessary to keep around for long, and it then clears the | ||
+ | # screen. | ||
+ | cd; rm -rf .viminfo .gopherrc~ .elinks .links .w3m; clear | ||
+ | </ |