From cd341b7d806c26d2c3e06f0a16ac6394d74d96c3 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Fri, 17 Jan 2025 09:05:56 +0000 Subject: [PATCH] =?UTF-8?q?feat(rc):=20Am=C3=A9lioration=20de=20la=20gesti?= =?UTF-8?q?on=20de=20anyenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc.d/anyenv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc.d/anyenv b/rc.d/anyenv index 6ae8fa7..debc2c8 100644 --- a/rc.d/anyenv +++ b/rc.d/anyenv @@ -4,7 +4,6 @@ # git clone https://github.com/riywo/anyenv $HOME/.anyenv -if ( which anyenv &> /dev/null ) -then +if (which anyenv &>/dev/null); then eval "$(anyenv init -)" fi