Commit ae7f735b3ccbee00f8f3a30bfc2b50d8e20710cc

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

.bashrc: export ZCFG=$HOME/.config/zsh-config

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

1 1 #@IgnoreInspection AddShebang
  2 +
  3 +export ZCFG=$HOME/.config/zsh-config
  4 +
2 5 # If not running interactively, don't do anything
3 6 case $- in
4 7 *i*) ;;