diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-29 05:37:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-29 05:37:02 +0300 |
commit | b82c20cf8384f723d2a5df845721c9466408e99a (patch) | |
tree | 2c4ba8051e8d9b46367c1f5b6de8b2f28bf900ed | |
parent | .bashrc_pgn: export to another project (diff) | |
download | linux-home-b82c20cf8384f723d2a5df845721c9466408e99a.tar.gz linux-home-b82c20cf8384f723d2a5df845721c9466408e99a.zip |
shopt -s dotglob
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -202,6 +202,7 @@ PS1='\[\e[33m\]\W\[\e[0m\]: ' set -o pipefail set -o nounset shopt -s nullglob +shopt -s dotglob alias less='less -R' alias ls='ls -lAh --color=tty' |