Compare commits
No commits in common. "25065ea70355a490ddbd6266aa6f692857ddf3bd" and "fd9dba9f12c0425e7c974d547d7403481b5db7be" have entirely different histories.
25065ea703
...
fd9dba9f12
@ -46,8 +46,6 @@ 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