7 lines
125 B
Bash
7 lines
125 B
Bash
# .zshrc by TheK4n
|
|
# https://github.com/TheK4n/dotfiles
|
|
|
|
if [ -f "$ZDOTDIR/sourcer" ]; then
|
|
source "$ZDOTDIR/sourcer"
|
|
fi
|