Update .profile

This commit is contained in:
Vlad Doster 2020-04-09 17:21:13 -05:00 committed by GitHub
parent c346b2926e
commit daf6a2142f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Profile file. Runs on login. Environmental variables are set here.
# Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"