From 6f43c574668f50275515a3d0a4598ed32fb209f4 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 1 Apr 2017 12:06:52 -0500 Subject: [PATCH] .bashrc: Add /native/usr dirs to $PATH on SmartOS --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0c0fc9f..749f7c9 100644 --- a/.bashrc +++ b/.bashrc @@ -77,7 +77,7 @@ test -d "/opt/custom" && PATH="/opt/custom/sbin:/opt/custom/bin:$PATH" # SmartOS SDC test -d "/smartdc" && PATH="/smartdc/bin:/opt/smartdc/bin:/opt/smartdc/agents/bin:$PATH" # SmartOS native binaries, for OS/LX zones -test -d "/native" && PATH="$PATH:/native/sbin:/native/bin" +test -d "/native" && PATH="$PATH:/native/usr/sbin:/native/usr/bin:/native/sbin:/native/bin" # RVM test -d "$HOME/.rvm/bin" && PATH="$PATH:$HOME/.rvm/bin" -- 2.43.0