debian #1

Open
fabian wants to merge 53 commits from debian into master
Showing only changes of commit 25065ea703 - Show all commits

View File

@@ -46,6 +46,8 @@ 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)"