aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-29 05:37:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-29 05:37:02 +0300
commitb82c20cf8384f723d2a5df845721c9466408e99a (patch)
tree2c4ba8051e8d9b46367c1f5b6de8b2f28bf900ed /.bashrc
parent.bashrc_pgn: export to another project (diff)
downloadlinux-home-b82c20cf8384f723d2a5df845721c9466408e99a.tar.gz
linux-home-b82c20cf8384f723d2a5df845721c9466408e99a.zip
shopt -s dotglob
Diffstat (limited to '')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index bc4924d..cdb99ec 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'