Normalisation et nettoyage #4
+1
-4
@@ -2,7 +2,4 @@
|
|||||||
|
|
||||||
# git clone https://github.com/riywo/anyenv ${HOME}/.anyenv
|
# git clone https://github.com/riywo/anyenv ${HOME}/.anyenv
|
||||||
|
|
||||||
if [ -d "${HOME}/.anyenv/bin" ]
|
_path_prepend "${HOME}/.anyenv/bin"
|
||||||
then
|
|
||||||
export PATH="${HOME}/.anyenv/bin:${PATH}"
|
|
||||||
fi
|
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
if (command -v krew &>/dev/null); then
|
if (command -v krew &>/dev/null); then
|
||||||
export PATH="${KREW_ROOT:-${HOME}/.krew}/bin:${PATH}"
|
_path_prepend "${KREW_ROOT:-${HOME}/.krew}/bin"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user