This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
remarkable-zero-gravitas/initial
pmaports
/
main
/
postmarketos-base-ui
/
rootfs-etc-skel-.profile
2 lines
30 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
main/postmarketos-base-ui: add "$HOME/.local/bin" to $PATH (MR 2445) This directory is specified by the XDG Base Directory specification (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). Quoting: > User-specific executable files may be stored in $HOME/.local/bin. > Distributions should ensure this directory shows up in the UNIX $PATH environment variable, at an appropriate place. So let's actually do this. This way also binaries installed by e.g. Pip or Cargo will be usable out-of-the-box rather than that the user has to figure out why it's not appearing in their PATH.
2021-08-17 11:26:14 +00:00
PATH="$PATH:$HOME/.local/bin"
Reference in a new issue
Copy permalink