From 0be806da1ce6b5869da3021f61ae3decc7b16602 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 5 Nov 2022 17:33:42 +0100 Subject: Remove duplicates from PATH --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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 -- cgit v1.2.3