Commit d97987909609c3166379764639259b7f854c8ce1

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

FIX .bashrc

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

... ... @@ -110,6 +110,6 @@ fi
110 110  
111 111  
112 112 # Alias definitions
113   -if [ -f $ZCFG/templates/bash_aliases ]; then
  113 +if [ -f $ZCFG/templates/bash_aliases.sh ]; then
114 114 . $ZCFG/templates/bash_aliases.sh
115 115 fi