9 lines
194 B
Bash
9 lines
194 B
Bash
#!/usr/bin/awk BEGIN{print "Error: this script should be sourced!"; exit 1}
|
|
|
|
ZSH_CUSTOM="$HOME/zsh"
|
|
|
|
source $ZSH_CUSTOM/aliases.zsh
|
|
source $ZSH_CUSTOM/options.zsh
|
|
source $ZSH_CUSTOM/prompt.zsh
|
|
|