From 06a13d370af5b0f80b35c8fa83651d0fbefcae0f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:26:55 +0900 Subject: modified newsboat/urls, modified shell/profile, modified tmux/tmux.conf --- ar/.config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/shell') diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 9c90f80..69fab37 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -7,7 +7,7 @@ ### --- ENV PATH --- ### ################################################### # Add all directories in each subdirectory to $PATH -export PATH="$PATH:$(find ~/.local/bin -path '*/.git*' -prune -o \( -type d -o -type l \) -print | paste -sd ':' -)" +export PATH="$PATH:$(find ~/.local/bin -path '*/.git*' -prune -o \( -type f -o -type l \) -perm -u=x -exec dirname {} \; | sort -u | paste -sd ':' -)" export PATH="$PATH:$(find ~/.local/share/.password-store -type d -name '.extensions' | paste -sd ':' -)" unsetopt PROMPT_SP 2>/dev/null -- cgit v1.2.3