diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index 32221d7..cf9fbf0 100644 --- a/.zshrc +++ b/.zshrc @@ -78,3 +78,5 @@ add-zsh-hook precmd set_prompt # plugins source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +[ -f "/home/venomade/.ghcup/env" ] && . "/home/venomade/.ghcup/env" # ghcup-env \ No newline at end of file |