Loading .bashrc +5 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,11 @@ export HISTCONTROL=ignoreboth:erasedups export HISTSIZE=100000 export HISTFILESIZE=100000 export PROMPT_COMMAND="history -a; $PROMPT_COMMAND" if [ -n "$BASH" ] then shopt -s histappend shopt -s checkwinsize fi # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" Loading .profile 0 → 100644 +1 −0 Original line number Diff line number Diff line export ENV="$HOME/.bashrc" Loading
.bashrc +5 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,11 @@ export HISTCONTROL=ignoreboth:erasedups export HISTSIZE=100000 export HISTFILESIZE=100000 export PROMPT_COMMAND="history -a; $PROMPT_COMMAND" if [ -n "$BASH" ] then shopt -s histappend shopt -s checkwinsize fi # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" Loading