remove PATH duplicates
This commit is contained in:
parent
f9980f5eb6
commit
0a810f07fe
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
|
@ -191,3 +191,7 @@ SPACESHIP_PROMPT_ORDER=(
|
|||
spaceship_vi_mode_disable
|
||||
|
||||
alias todone='task_done'
|
||||
|
||||
# remove duplicate PATH entries
|
||||
# https://til.hashrocket.com/posts/7evpdebn7g-remove-duplicates-in-zsh-path
|
||||
typeset -aU path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue