From b80b158b333ed05e3de0e3c1fc784c93ad2cf941 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 24 Jul 2021 13:33:33 +0200 Subject: [PATCH] 40_path: Add Go and Cargo bin paths to $PATH when they exist --- core/40_path/40_path.zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/40_path/40_path.zprofile b/core/40_path/40_path.zprofile index 407f3e8..0ee2a17 100644 --- a/core/40_path/40_path.zprofile +++ b/core/40_path/40_path.zprofile @@ -23,6 +23,8 @@ for d ( ~/.linuxbrew/bin ~/.linuxbrew/sbin ~/.gem/ruby/*/bin(NOn) + ~/.go/bin + ~/.cargo/bin ~/.local/bin ~/bin ~/sbin -- 2.39.2