ghcup and rustup

This commit is contained in:
William Ball 2025-05-11 18:57:59 -07:00
parent 221bea9e0b
commit 2fb9b350da
Signed by: wball
GPG key ID: B8682D8137B70765
2 changed files with 3 additions and 0 deletions

View file

@ -49,3 +49,5 @@ eval "$(zoxide init zsh)"
# prompt # prompt
eval "$(starship init zsh)" eval "$(starship init zsh)"
[ -f "/home/wball/.local/share/ghcup/env" ] && . "/home/wball/.local/share/ghcup/env" # ghcup-env

View file

@ -1,2 +1,3 @@
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
. "/home/wball/.local/share/cargo/env"