diff --git a/zsh.config b/zsh.config index e21b53f..469be91 100644 --- a/zsh.config +++ b/zsh.config @@ -18,3 +18,4 @@ PS1='%T $CSTATUS %(?.%F{green}√.%F{red}?%?)%f %F{#666}%~%f %# ' alias c="/opt/tools/c/src/c.sh" +[[ -f ~/zsh-helpers.zsh ]] && . ~/zsh-helpers.zsh