diff options
author | zachir <zachir@librem.one> | 2024-06-04 23:27:28 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 23:27:28 -0500 |
commit | 2ee05bfac4735a99c29d67562b496232153d1f34 (patch) | |
tree | 29e104619dd7290021500e94dd91fab7b302c229 /sh | |
parent | 4d89bb814c92989db464727934b8863bedd4b2c9 (diff) |
Add # NEW PATH comment to sh profile
The barest of documentation
Diffstat (limited to 'sh')
-rw-r--r-- | sh/profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ addtopath () { fi } +# NEW PATH addtopath "$HOME/.local/bin/testing" addtopath "$HOME/.local/bin/shortcmds" addtopath "$HOME/.local/bin/generics" |