diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 23:18:10 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-17 23:18:10 +0200 |
commit | a5356a89226a547da84b2a73f41057ac575ff24e (patch) | |
tree | 71adc5bd75a325e4da1f39fc2bc7cadd8249aa3b | |
parent | white-list files in .gitignore (diff) | |
download | linux-home-a5356a89226a547da84b2a73f41057ac575ff24e.tar.gz linux-home-a5356a89226a547da84b2a73f41057ac575ff24e.zip |
tree: -a
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -206,6 +206,7 @@ shopt -s nullglob alias less='less -R' alias ls='ls -lAh --color=tty' +alias tree='tree -a' alias list_packages='cygcheck -cd' |