User Tools

Site Tools


tutorials_dotfiles_.bash_logout_jwodder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials_dotfiles_.bash_logout_jwodder [2021/03/23 15:31] – created hc9tutorials_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 
 +</file>