From 523c8a2546d17ad08610070a2733a08d375380fc Mon Sep 17 00:00:00 2001 From: Aborn Jiang Date: Wed, 30 Sep 2015 17:49:52 +0900 Subject: [PATCH] update .bashrc --- .rc/.bashrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.rc/.bashrc b/.rc/.bashrc index c238cd6..a06bfdf 100644 --- a/.rc/.bashrc +++ b/.rc/.bashrc @@ -13,7 +13,7 @@ esac HISTCONTROL=ignoreboth # append to the history file, don't overwrite it -shopt -s histappend +# shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 @@ -21,7 +21,7 @@ HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. -shopt -s checkwinsize +#shopt -s checkwinsize # If set, the pattern "**" used in a pathname expansion context will # match all files and zero or more directories and subdirectories. @@ -105,13 +105,13 @@ fi # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). -if ! shopt -oq posix; then - if [ -f /usr/share/bash-completion/bash_completion ]; then - . /usr/share/bash-completion/bash_completion - elif [ -f /etc/bash_completion ]; then - . /etc/bash_completion - fi -fi +#if ! shopt -oq posix; then +# if [ -f /usr/share/bash-completion/bash_completion ]; then +# . /usr/share/bash-completion/bash_completion +# elif [ -f /etc/bash_completion ]; then +# . /etc/bash_completion +# fi +#fi # -------------------------------------------- # following setting is for Aborn Jiang