fix typo
This commit is contained in:
parent
9840b0cbd2
commit
9b9d24da19
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ stty -ixon
|
||||||
export HISTCONTROL=erasedups,ignorespace,ignoredups
|
export HISTCONTROL=erasedups,ignorespace,ignoredups
|
||||||
export HISTIGNORE="ls:l:cd:exit:pwd:date:"
|
export HISTIGNORE="ls:l:cd:exit:pwd:date:"
|
||||||
export HISTTIMEFORMAT='%F %T '
|
export HISTTIMEFORMAT='%F %T '
|
||||||
export HIStSIZE=999999
|
export HISTSIZE=999999
|
||||||
|
|
||||||
echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2
|
echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2
|
||||||
#echo "bashrc_add sourced" >&2
|
#echo "bashrc_add sourced" >&2
|
||||||
|
|
Loading…
Reference in a new issue