From e4ed5f0e653bfb2a8fa6e04b5afd9b319b60da4f Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Tue, 20 Dec 2022 22:47:13 +0100 Subject: [PATCH] Update 'zsh.config' --- zsh.config | 1 + 1 file changed, 1 insertion(+) 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