diff --git a/.zprofile b/.zprofile index b8b0d74..4da1b52 100644 --- a/.zprofile +++ b/.zprofile @@ -16,4 +16,9 @@ else vhost="$sock" fi vhost=`echo "$vhost" | cut -d . -f 1` +RECHNER=$vhost +if [ -f /etc/oraprofile ] +then + . /etc/oraprofile +fi