From 137877e86a12411e1ce67cd8d6a783d650410064 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Sat, 18 May 2024 04:41:05 +0000 Subject: sh: add sbin paths --- .profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index 6b5daee..43053cd 100644 --- a/.profile +++ b/.profile @@ -56,6 +56,12 @@ Linux) alias ll="/bin/ls -F -h -A -l" set -o emacs set -o tabcomplete + if [ -d "/usr/pkg/bin" ]; then + export PATH=$PATH:/usr/pkg/bin + fi + if [ -d "/usr/pkg/sbin" ]; then + export PATH=$PATH:/usr/pkg/sbin + fi export PATH=$PATH:/sbin:/usr/sbin:$HOME/.local/bin ;; esac -- cgit v1.2.3