This commit is contained in:
vxclutch
2026-05-12 17:04:35 -04:00
parent 6d21303cf3
commit e19b21bd7b
2 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ setopt auto_param_slash
setopt dot_glob
setopt extended_glob
export PATH="$HOME/.local/bin:$HOME/.local/go/bin:$HOME/opt/bin:$PATH"
export PATH="$HOME/.local/bin:$HOME/.local/go/bin:$HOME/opt/bin:$HOME/.cargo/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/opt/lib:${LD_LIBRARY_PATH:-}"
alias ls='ls --color=auto'