10 lines
148 B
Bash
10 lines
148 B
Bash
|
|
if [[ ! -v ZSH_CUSTOM ]]; then
|
|
$ZSH_CUSTOM=$HOME
|
|
fi
|
|
|
|
source $ZSH_CUSTOM/aliases.zsh
|
|
source $ZSH_CUSTOM/options.zsh
|
|
source $ZSH_CUSTOM/prompt.zsh
|
|
|