From 5bad95b47ef6b594a307fdd454641e99bec5947e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 Jul 2022 01:31:32 +1200 Subject: Massively cut down profile scripts Let's simplify all this a bit. --- plenv/profile.d/plenv.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plenv') diff --git a/plenv/profile.d/plenv.sh b/plenv/profile.d/plenv.sh index 52750e9c..36d6289b 100644 --- a/plenv/profile.d/plenv.sh +++ b/plenv/profile.d/plenv.sh @@ -1,3 +1,2 @@ -# Add plenv to PATH if its home directory exists -[ -d "$HOME"/.plenv ] || return +# Add plenv shims and bindir to PATH PATH=$HOME/.plenv/shims:$HOME/.plenv/bin:$PATH -- cgit v1.2.3