diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-29 18:08:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-29 18:08:39 +0300 |
commit | ea06b4232fdd0bade43e046955f02bf0815a5a7e (patch) | |
tree | 9abbdfa9112907749723d534d423edd903f22e8f /%HOME%/.bash_logout | |
parent | sums_update_all: bugfix (diff) | |
download | linux-home-ea06b4232fdd0bade43e046955f02bf0815a5a7e.tar.gz linux-home-ea06b4232fdd0bade43e046955f02bf0815a5a7e.zip |
add an alias to clear the screen
Diffstat (limited to '%HOME%/.bash_logout')
-rw-r--r-- | %HOME%/.bash_logout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bash_logout b/%HOME%/.bash_logout new file mode 100644 index 0000000..9bf0c89 --- /dev/null +++ b/%HOME%/.bash_logout @@ -0,0 +1 @@ +type cls > /dev/null 2>&1 && cls |