diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c3cc28c..149f5eb 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -27,3 +27,5 @@ eval "$(starship init zsh)" HISTFILE="$HOME/.local/share/zsh/histfile" HISTSIZE=110000 SAVEHIST=100000 + +[ -f "/home/vitorg/.local/share/ghcup/env" ] && source "/home/vitorg/.local/share/ghcup/env" # ghcup-env |