Expands PATH variable. Set user-wide PATH $HOME/.local/bin for each user.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
506 B

3 years ago
  1. # Expand user's PATH
  2. - Expands `PATH` variable for each user; Adds user-specific `$HOME/.local/bin` to `PATH`.
  3. ## Installation
  4. ```
  5. git clone https://fjordtek.com/git/Fincer/expand-user-path
  6. ```
  7. **NOTE**: You need to re-login into your shell to see changes.
  8. ### Manually
  9. Place [user-path.sh](files/user-path.sh) into `/etc/profile.d/` folder.
  10. ### Arch Linux
  11. Get [PKGBUILD](files/PKGBUILD) and [user-path.sh](files/user-path.sh). Run `updpkgsums && makepkg -i`.
  12. ## License
  13. See [LICENSE](LICENSE).