From ef0df3e18e6eb810545e813db26b5adc095f2391 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 20 Mar 2015 15:25:33 +0100 Subject: [PATCH] bashrc --- templates/bashrc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.0.0