diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 15c0030..6ce1e6a 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -49,3 +49,5 @@ eval "$(zoxide init zsh)" # prompt eval "$(starship init zsh)" + +[ -f "/home/wball/.local/share/ghcup/env" ] && . "/home/wball/.local/share/ghcup/env" # ghcup-env \ No newline at end of file diff --git a/zsh/.zshenv b/zsh/.zshenv index 2f5e933..abdf051 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,2 +1,3 @@ export XDG_CONFIG_HOME="$HOME/.config" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" +. "/home/wball/.local/share/cargo/env"