This commit is contained in:
root
2019-06-18 23:37:28 -04:00
parent 2a16ef4a63
commit 7d28ba663a
6 changed files with 105 additions and 6 deletions

View File

@@ -18,10 +18,6 @@ export PROMPT_COMMAND='history -a'
shopt -s histappend
shopt -s checkwinsize
# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"