summaryrefslogtreecommitdiff
path: root/ar/.config/shell/profile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-02 17:26:55 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-02 17:26:55 +0900
commit06a13d370af5b0f80b35c8fa83651d0fbefcae0f (patch)
treeba92bf82812e46cd1f9714f2819264ebd6113bb4 /ar/.config/shell/profile
parentb42454ae828dbf98890dfee799644bd1aa08711f (diff)
modified newsboat/urls, modified shell/profile, modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/shell/profile')
-rw-r--r--ar/.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
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