From d6335f933763e009f4c3106a4ac5906aa5f9f88c Mon Sep 17 00:00:00 2001 From: Daz Thor Date: Wed, 3 Jul 2019 01:27:49 +0000 Subject: [PATCH] Update comment to reference new script location. (#346) --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 434b1714..6859fed9 100644 --- a/.profile +++ b/.profile @@ -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"