Commit e2acb86d94820c69f463ab34449bffe84c2c0f4c

Authored by mj
1 parent 576d53c329
Exists in master and in 2 other branches 02-merge, dev

dotfiles/zshrc.sh:

include right bash_aliases.sh

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -48,6 +48,6 @@ export HISTFILE=~/.history
48 48 source $ZSH/oh-my-zsh.sh
49 49  
50 50 # Aliases
51   -if [ -f $ZCFG/templates/bash_aliases.sh ]; then
52   - . $ZCFG/templates/bash_aliases.sh
  51 +if [ -f $ZCFG/dotfiles/bash_aliases.sh ]; then
  52 + . $ZCFG/dotfiles/bash_aliases.sh
53 53 fi
54 54 \ No newline at end of file