diff options
| author | seth <[email protected]> | 2022-10-04 13:46:51 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-10-04 13:46:51 -0400 |
| commit | 3f87db711bf4c42fac4263c31c193fe8b5f61e54 (patch) | |
| tree | a202bc29b3918051ff06df9cc2ff6b608af24bcd /.config/zsh/.zshenv | |
| parent | 0d0aa6ed2cfca22dfbb511c2c3caac1e6071b3e9 (diff) | |
update zsh dotfiles
Diffstat (limited to '.config/zsh/.zshenv')
| -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 fefc8c3..f547136 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -11,3 +11,5 @@ if [[ -d "${HOME}/.local/bin" ]]; then path=("${HOME}/.local/bin" "$path[@]") export PATH fi + +zstyle ':antidote:bundle' use-friendly-names 'yes' # don't use ugly dirs |
