diff options
| author | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-11-16 20:22:10 -0500 |
| commit | ec625679986252986af154d9f0f7125881308338 (patch) | |
| tree | 0babf95069bd29634e4e76588b255493401e9f86 /.config/zsh/.zshenv | |
| parent | a1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (diff) | |
meow
Diffstat (limited to '.config/zsh/.zshenv')
| -rw-r--r-- | .config/zsh/.zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index f547136..e63874b 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -8,8 +8,8 @@ source "${HOME}/.config/shell/profile" typeset -U path PATH if [[ -d "${HOME}/.local/bin" ]]; then - path=("${HOME}/.local/bin" "$path[@]") - export PATH + path=("${HOME}/.local/bin" "$path[@]") + export PATH fi zstyle ':antidote:bundle' use-friendly-names 'yes' # don't use ugly dirs |
