diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 17:26:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-02 17:26:55 +0900 |
| commit | 06a13d370af5b0f80b35c8fa83651d0fbefcae0f (patch) | |
| tree | ba92bf82812e46cd1f9714f2819264ebd6113bb4 /ar/.config/shell | |
| parent | b42454ae828dbf98890dfee799644bd1aa08711f (diff) | |
modified newsboat/urls, modified shell/profile, modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/profile | 2 |
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 |
