diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-02-16 18:49:21 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-02-16 18:49:21 -0300 |
commit | 38c72510a4c1889a8f2e1a1c619becda88857191 (patch) | |
tree | b1af9411e60147de83fc6ed44dd293477c7cafb3 /.config | |
parent | f067b1dada2322f917aba6c1979a749fcff79f3e (diff) | |
download | dots-38c72510a4c1889a8f2e1a1c619becda88857191.tar.gz |
zsh: ghcup stuff
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 |