From 35815b97ea4210f48f72a09af79d0cdbaad84f78 Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 17 Apr 2015 22:21:55 +0200 Subject: [PATCH] bashrc.sh: ADD templates/bashsh.rc --- templates/bashrc.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/bashrc.sh diff --git a/templates/bashrc.sh b/templates/bashrc.sh new file mode 100644 index 0000000..13ac206 --- /dev/null +++ b/templates/bashrc.sh @@ -0,0 +1,8 @@ +#@IgnoreInspection AddShebang + +export ZCFG=$HOME/.config/zsh-config +if [ -f $ZCFG/dotfiles/bashrc.sh ]; then + . $ZCFG/dotfiles/bashrc.sh +fi + +# Costomization -- 2.0.0