Commit ef0df3e18e6eb810545e813db26b5adc095f2391
1 parent
693f6ff61b
Exists in
master
and in
2 other branches
bashrc
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
templates/bashrc.sh
... | ... | @@ -45,13 +45,13 @@ export HISTFILESIZE= |
45 | 45 | export HISTSIZE= |
46 | 46 | export HISTTIMEFORMAT="[%F %T] " |
47 | 47 | # Change the file location |
48 | -export HISTFILE=~/.new_bash_history | |
48 | +export HISTFILE=~/.config/new_bash_history | |
49 | 49 | # Force prompt to write history after every command |
50 | 50 | PROMPT_COMMAND="history -a; $PROMPT_COMMAND" |
51 | 51 | |
52 | 52 | |
53 | 53 | # check the window size after each command |
54 | -shopt -s checkwinsize | |
54 | +shopt -s checkwinsize~/.bash_aliases | |
55 | 55 | |
56 | 56 | # If set, the pattern "**" used in a pathname expansion context will |
57 | 57 | # match all files and zero or more directories and subdirectories. |
... | ... | @@ -103,6 +103,6 @@ fi |
103 | 103 | |
104 | 104 | # Alias definitions |
105 | 105 | |
106 | -if [ -f ~/.bash_aliases ]; then | |
107 | - . ~/.bash_aliases | |
106 | +if [ -f ~/.config/zsh-config/templates/bash_aliases ]; then | |
107 | + . ~/.config/zsh-config/templates/bash_aliases | |
108 | 108 | fi |