diff --git a/.profile b/.profile index db1ad5b0..d4a245a2 100644 --- a/.profile +++ b/.profile @@ -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/:*$//')"