diff --git a/.zshenv b/.zshenv index 633f9f7..fa881a1 100644 --- a/.zshenv +++ b/.zshenv @@ -254,4 +254,7 @@ elif [ -f /etc/oraenv ] then . /etc/oraenv fi - +if [ -n "$ORACLE_HOME" ] +then + PATH=`apppath "$ORACLE_HOME/bin"` +fi