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