We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5acb40 commit 228f618Copy full SHA for 228f618
config_files/zshrc
@@ -41,7 +41,7 @@ export LC_TIME="de_DE.UTF-8"
41
# Preferred editor for local and remote sessions
42
export EDITOR='nv'
43
44
-export PATH=$HOME/bin:$PATH
+export PATH=$HOME/bin:$HOME/.local/bin:$PATH
45
46
export SINGULARITYENV_DISPLAY=$DISPLAY
47
export APPTAINERENV_DISPLAY=$DISPLAY
@@ -61,3 +61,13 @@ if command -v starship &>/dev/null; then
61
eval "$(starship init zsh)"
62
fi
63
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