Compare commits

..

No commits in common. "25065ea70355a490ddbd6266aa6f692857ddf3bd" and "fd9dba9f12c0425e7c974d547d7403481b5db7be" have entirely different histories.

View File

@ -46,8 +46,6 @@ shopt -s checkwinsize
# match all files and zero or more directories and subdirectories.
shopt -s globstar
shopt -s dotglob
# make less more friendly for non-text input files, see lesspipe(1)
if [ -x /usr/bin/lesspipe ]; then
eval "$(SHELL=/bin/sh lesspipe)"