From 4e29e6f4368bf0972d0234d8838a73748a1db566 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 3 Feb 2023 16:38:45 -0600 Subject: Add .local/bin to PATH --- zsh/.config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index fbc94cb..46cf9a7 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -1,9 +1,9 @@ - - # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" +# add .local/bin to PATH +export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" eval "$(antidot init)" eval "$(lesspipe.sh)" -- cgit v1.2.3