diff --git a/templates/bash_aliases.sh b/templates/bash_aliases.sh index cf17cee..b5c5897 100644 --- a/templates/bash_aliases.sh +++ b/templates/bash_aliases.sh @@ -38,6 +38,8 @@ alias n="nano" alias p="python" alias ports="netstat -tulanp" +alias tt="touch" + # OpenVZ: alias vl="vzlist" alias ve="vzctl enter" diff --git a/templates/bashrc.sh b/templates/bashrc.sh index c74c26a..de31d46 100644 --- a/templates/bashrc.sh +++ b/templates/bashrc.sh @@ -44,7 +44,7 @@ export HISTFILESIZE= export HISTSIZE= export HISTTIMEFORMAT="[%F %T] " # Change the file location -export HISTFILE=~/.history +export HISTFILE=~/.new_bash_history # Force prompt to write history after every command PROMPT_COMMAND="history -a; $PROMPT_COMMAND"