1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Add juliaup support

This commit is contained in:
Thomas A. Christensen II 2022-07-21 11:17:09 -05:00
parent d771de2741
commit 7f622ac439
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,11 @@
# User specific environment
export PATH="$HOME/.local/bin:$HOME/bin:$PATH"
# juliaup setup
if [ -d $HOME/.julia/juliaup/bin ]; then
export PATH="$HOME/.julia/juliaup/bin:$PATH"
fi
# Linuxbrew setup
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
BREWPATH=$HOME/../linuxbrew/.linuxbrew

View file

@ -5,6 +5,11 @@
fpath+=($HOME/.local/share/zsh/5.8/functions)
{{- end }}
# juliaup setup
if [ -d $HOME/.julia/juliaup/bin ]; then
export PATH="$HOME/.julia/juliaup/bin:$PATH"
fi
# Linuxbrew setup
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
BREWPATH=$HOME/../linuxbrew/.linuxbrew