Skip to content

Commit 228f618

Browse files
committed
Add ~/.local/bin, julia and uv
1 parent a5acb40 commit 228f618

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config_files/zshrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export LC_TIME="de_DE.UTF-8"
4141
# Preferred editor for local and remote sessions
4242
export EDITOR='nv'
4343

44-
export PATH=$HOME/bin:$PATH
44+
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
4545

4646
export SINGULARITYENV_DISPLAY=$DISPLAY
4747
export APPTAINERENV_DISPLAY=$DISPLAY
@@ -61,3 +61,13 @@ if command -v starship &>/dev/null; then
6161
eval "$(starship init zsh)"
6262
fi
6363

64+
# >>> juliaup initialize >>>
65+
66+
# !! Contents within this block are managed by juliaup !!
67+
68+
path=('/home/simon/.juliaup/bin' $path)
69+
export PATH
70+
71+
# <<< juliaup initialize <<<
72+
73+
eval "$(uv generate-shell-completion zsh)"

0 commit comments

Comments
 (0)