🐧: Update Linux Shell Config

This commit is contained in:
js0ny 2024-08-12 16:35:53 +08:00
parent 0a264b491d
commit fe9a6b38f8
3 changed files with 35 additions and 2 deletions

View file

@ -165,4 +165,20 @@ wsp(){
doku() {
cd ~/doku/ && ls
}
source ~/.private.env.sh
source ~/.private.env.sheval "$(/bin/brew shellenv)"
eval "$(/bin/brew shellenv)"
# >>> juliaup initialize >>>
# !! Contents within this block are managed by juliaup !!
case ":$PATH:" in
*:/home/js0ny/.juliaup/bin:*)
;;
*)
export PATH=/home/js0ny/.juliaup/bin${PATH:+:${PATH}}
;;
esac
# <<< juliaup initialize <<<