diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-25 00:36:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-25 00:36:08 +0200 |
commit | c1415cada7b971180d74612fb5f9eb7f64d1abda (patch) | |
tree | 35af4d54b7724273f68ecc729028f5c4b3f845b0 /.config/shell | |
parent | a7599ae71e44e318dda5f8fcb900b3ff7a14e74f (diff) |
Update x11 and local bins to path
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index f33a58f..aa559fa 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -3,7 +3,7 @@ # profile file. Runs on login. Environmental variables are set here. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" unsetopt PROMPT_SP |