ghcup and rustup
This commit is contained in:
parent
221bea9e0b
commit
2fb9b350da
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue