Commit 576d53c3293cdd163a8e7e65e0b2a4037ecd9f19

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

bashrc.sh:

TYPO

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 #@IgnoreInspection AddShebang 1 #@IgnoreInspection AddShebang
2 2
3 export ZCFG=$HOME/.config/zsh-config 3 export ZCFG=$HOME/.config/zsh-config
4 if [ -f $ZCFG/dotfiles/bashrc.sh ]; then 4 if [ -f $ZCFG/dotfiles/bashrc.sh ]; then
5 . $ZCFG/dotfiles/bashrc.sh 5 . $ZCFG/dotfiles/bashrc.sh
6 fi 6 fi
7 7
8 # Costomization 8 # Customization
9 9