diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 23:13:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 23:13:44 +0300 |
commit | dc4458ac3a6dbe393050657ed0af4528e0931ce1 (patch) | |
tree | 898d0f4cc951b6b946124549f5f7eaa4dfc2848e /%HOME%/.bash_logout | |
parent | attempt to organize stuff properly (diff) | |
download | linux-home-dc4458ac3a6dbe393050657ed0af4528e0931ce1.tar.gz linux-home-dc4458ac3a6dbe393050657ed0af4528e0931ce1.zip |
remove .bash_logout
It used to clear the screen, but I can't really say I've noticed how
great it is lately.
Maybe I'll bring it back if I miss it.
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.bash_logout | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/%HOME%/.bash_logout b/%HOME%/.bash_logout deleted file mode 100644 index 9113117..0000000 --- a/%HOME%/.bash_logout +++ /dev/null @@ -1 +0,0 @@ -type cls &> /dev/null && cls |