aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2022-11-05 17:33:42 +0100
committerBond_009 <bond.009@outlook.com>2022-11-05 17:33:42 +0100
commit0be806da1ce6b5869da3021f61ae3decc7b16602 (patch)
tree04aaddfc9289d9afa8bcb1dae6a78623e7e27303 /zsh
parentd1d6eb28017b7254f0a20a5177fc9742f2f4f139 (diff)
Remove duplicates from PATH
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 40f7fc1..fa9d898 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -122,3 +122,6 @@ ZSH_AUTOSUGGEST_USE_ASYNC=1
# Exec general init script
source ~/.initsh
+
+# Dedupe PATH
+typeset -U PATH