From b2823eef17afaac9a4625c614df7c29d61bff21d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 8 Jun 2019 13:46:10 +0800 Subject: profile: Add ~/local/plan9/bin to PATH --- _profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_profile b/_profile index f410b6b..5312641 100644 --- a/_profile +++ b/_profile @@ -69,6 +69,11 @@ if [ -d "${HOME}/.local/bin" ]; then _path_prepend "${HOME}/.local/bin" fi _path_prepend "${HOME}/bin" +## Plan 9 from User Space +if [ -d "${HOME}/local/plan9" ]; then + export PLAN9="${HOME}/local/plan9" + _path_append ${PLAN9}/bin +fi _path_append "/usr/local/sbin" _path_append "/usr/sbin" _path_append "/sbin" -- cgit v1.2.2