From fa06e9e7f3fb49484ea1fa8f564816b548222e39 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 May 2021 13:25:13 +0200 Subject: Add local/bin to search path --- .config/zsh/exports.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/zsh') diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index 3364eb5..dc4c146 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -1,3 +1,6 @@ +# Adds `~/.local/bin` to $PATH +export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" + # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" -- cgit v1.2.3-70-g09d2