From d56e6c5aa888409aab97d5d3aa658f305170d78a Mon Sep 17 00:00:00 2001 From: Daz Thor Date: Tue, 2 Jul 2019 20:27:21 +0000 Subject: [PATCH] Update comment to reference new script location. --- .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"