From: Nicolas Boisselier Date: Tue, 29 Nov 2016 09:13:48 +0000 (+0100) Subject: use nb_repos X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=91a14ad219453fe8842d71677184fb4d4874f51f;p=nb.git use nb_repos --- diff --git a/etc/profile.d/functions b/etc/profile.d/functions index ec1da1e4..ce826dde 100644 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -5,7 +5,7 @@ ################################################################################# nb_repo() { # NB 24.11.16: TODO -if true && which perl &> /dev/null; then +if false && which perl &> /dev/null; then nb-repo-dirs $@ else @@ -33,7 +33,7 @@ else | xargs -n1 dirname \ | xargs -n1 realpath \ ) 2>/dev/null - ) | uniq + ) | awk \!'x[$0]++' else