diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-16 02:18:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-16 02:18:51 +0300 |
commit | 4124f35044b810719c6aae8d3ca148f927482e46 (patch) | |
tree | 8f1289edce2a8da152e6bd1518745a28dbbeff6f /%HOME%/.bash_logout | |
parent | sums_list_paths: factor out sums_unescape_path (diff) | |
download | linux-home-4124f35044b810719c6aae8d3ca148f927482e46.tar.gz linux-home-4124f35044b810719c6aae8d3ca148f927482e46.zip |
bugfix & code style
Diffstat (limited to '%HOME%/.bash_logout')
-rw-r--r-- | %HOME%/.bash_logout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bash_logout b/%HOME%/.bash_logout index 9bf0c89..9113117 100644 --- a/%HOME%/.bash_logout +++ b/%HOME%/.bash_logout @@ -1 +1 @@ -type cls > /dev/null 2>&1 && cls +type cls &> /dev/null && cls |