Blame view
templates/bashrc.sh
160 Bytes
|
35815b97e
|
1 2 3 4 5 6 7 8 |
#@IgnoreInspection AddShebang
export ZCFG=$HOME/.config/zsh-config
if [ -f $ZCFG/dotfiles/bashrc.sh ]; then
. $ZCFG/dotfiles/bashrc.sh
fi
# Costomization
|