From a56659af81d54db27d8acdb9040177d623f0c7e9 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 16 Mar 2017 00:44:53 +0000 Subject: [PATCH] etc/profile activate which_cache --- etc/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile b/etc/profile index 7b96fff8..0fac7cb1 100755 --- a/etc/profile +++ b/etc/profile @@ -97,7 +97,7 @@ else if [ -n "$NB_ROOT" ]; then #[ -e "$NB_ROOT/etc/profile.d/envs" ] && . "$NB_ROOT/etc/profile.d/envs" - #alias which=which_cache + alias which=which_cache for i in \ ${NB_ROOT}/etc/profile.d/envs \ ${NB_ROOT}/etc/profile.d/aliases \ @@ -106,7 +106,7 @@ else [ -n "$NB_DEBUG" ] && $NB_DEBUG ". $i" [ -r "$i" -a -f "$i" ] && . "$i" done - #unalias which + unalias which fi -- 2.47.3