Compare commits
2 Commits
fd9dba9f12
...
25065ea703
Author | SHA1 | Date | |
---|---|---|---|
25065ea703 | |||
bb48fa187f |
@ -46,6 +46,8 @@ shopt -s checkwinsize
|
|||||||
# match all files and zero or more directories and subdirectories.
|
# match all files and zero or more directories and subdirectories.
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
|
|
||||||
|
shopt -s dotglob
|
||||||
|
|
||||||
# make less more friendly for non-text input files, see lesspipe(1)
|
# make less more friendly for non-text input files, see lesspipe(1)
|
||||||
if [ -x /usr/bin/lesspipe ]; then
|
if [ -x /usr/bin/lesspipe ]; then
|
||||||
eval "$(SHELL=/bin/sh lesspipe)"
|
eval "$(SHELL=/bin/sh lesspipe)"
|
||||||
|
Loading…
Reference in New Issue
Block a user