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