diff --git a/templates/bashrc.sh b/templates/bashrc.sh index d770c0d..57cb842 100644 --- a/templates/bashrc.sh +++ b/templates/bashrc.sh @@ -45,13 +45,13 @@ export HISTFILESIZE= export HISTSIZE= export HISTTIMEFORMAT="[%F %T] " # Change the file location -export HISTFILE=~/.new_bash_history +export HISTFILE=~/.config/new_bash_history # Force prompt to write history after every command PROMPT_COMMAND="history -a; $PROMPT_COMMAND" # check the window size after each command -shopt -s checkwinsize +shopt -s checkwinsize~/.bash_aliases # If set, the pattern "**" used in a pathname expansion context will # match all files and zero or more directories and subdirectories. @@ -103,6 +103,6 @@ fi # Alias definitions -if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases +if [ -f ~/.config/zsh-config/templates/bash_aliases ]; then + . ~/.config/zsh-config/templates/bash_aliases fi