From 2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Nov 2018 17:51:24 -0500 Subject: scripts sorted --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 73225da..2c0c9e8 100644 --- a/.profile +++ b/.profile @@ -2,7 +2,7 @@ # Profile file. Runs on login. -export PATH="$PATH:$HOME/.scripts" +export PATH="$(du $HOME/.scripts/ | cut -f2 | tr '\n' ':')$PATH" export EDITOR="vim" export TERMINAL="st" export BROWSER="linkhandler" -- cgit v1.3.1