Blame view

templates/bashrc.sh 160 Bytes
35815b97e   mj   bashrc.sh:
1
2
3
4
5
6
  #@IgnoreInspection AddShebang
  
  export ZCFG=$HOME/.config/zsh-config
  if [ -f $ZCFG/dotfiles/bashrc.sh ]; then
      . $ZCFG/dotfiles/bashrc.sh
  fi
576d53c32   mj   bashrc.sh:
7
  # Customization