diff options
author | Starfall <us@starfall.systems> | 2022-05-26 10:00:53 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-05-26 10:00:53 -0500 |
commit | 85c4933ad8aedd2d311c2e7d3a04c67adf4b7725 (patch) | |
tree | 27e5e15c886d23ec6a956b6b143dccaeb909de4f /.config | |
parent | ef8acbcbfffcd6df47ff28cbefcee9c22cb409a1 (diff) |
zsh: add ~/.local/bin to PATH
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/.zshenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 70bf511..eee33d7 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -3,6 +3,8 @@ export PAGER='less' export LESS='--RAW-CONTROL-CHARS' export GPG_TTY=$TTY +export PATH=$HOME/.local/bin:$PATH + if [[ $INTELLIJ -eq 1 ]]; then export PATH=/usr/local/bin:/usr/bin:$PATH fi |