Commit 35815b97ea4210f48f72a09af79d0cdbaad84f78
1 parent
5245326695
Exists in
master
and in
2 other branches
bashrc.sh:
ADD templates/bashsh.rc
Showing 1 changed file with 8 additions and 0 deletions Inline Diff
templates/bashrc.sh
File was created | 1 | #@IgnoreInspection AddShebang | |
2 | |||
3 | export ZCFG=$HOME/.config/zsh-config | ||
4 | if [ -f $ZCFG/dotfiles/bashrc.sh ]; then | ||
5 | . $ZCFG/dotfiles/bashrc.sh | ||
6 | fi | ||
7 | |||
8 | # Costomization | ||
9 |