Update comment to reference new script location. (#346)

This commit is contained in:
Daz Thor 2019-07-03 01:27:49 +00:00 committed by Luke Smith
parent 6443c45da5
commit d6335f9337

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Profile file. Runs on login.
# Adds `~/.scripts` and all subdirectories to $PATH
# Adds `~/.local/bin/` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export EDITOR="nvim"
export TERMINAL="st"