This commit is contained in:
js0ny 2025-05-13 21:00:13 +01:00
parent 31fde92975
commit f4e142e83e
6 changed files with 20 additions and 7 deletions

View file

@ -33,4 +33,5 @@ for file in $DOTFILES/tools/zsh/mod/*.zsh; do
source $file
done
[ -f "/home/js0ny/.local/share/ghcup/env" ] && . "/home/js0ny/.local/share/ghcup/env" # ghcup-env
[ -f "/home/js0ny/.local/share/ghcup/env" ] && . "/home/js0ny/.local/share/ghcup/env" # ghcup-env
. "/home/js0ny/.deno/env"