Use cleaner PATH declaration.

This commit is contained in:
Gea-Suan Lin
2023-04-04 04:44:28 +08:00
parent 62e5e0839f
commit dc30b3bbda
2 changed files with 2 additions and 2 deletions

2
.zshrc
View File

@@ -135,7 +135,7 @@ export HISTSIZE=2000
export HOMEBREW_NO_ANALYTICS=1
export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.config/composer/vendor/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export PATH="${HOME}/bin:${HOME}/.local/bin:${PATH}"
export PYTHONDONTWRITEBYTECODE=yes
export QUILT_PATCHES="debian/patches"
export SAVEHIST=2000