7 lines
139 B
Bash
7 lines
139 B
Bash
# .zshrc by TheK4n
|
|
# https://github.com/TheK4n/dotfiles
|
|
|
|
if [ -f $HOME/.config/zsh/sourcer ]; then
|
|
source $HOME/.config/zsh/sourcer
|
|
fi
|