Normalisation et nettoyage #4

Open
xavier wants to merge 14 commits from dev into master
2 changed files with 2 additions and 5 deletions
Showing only changes of commit f24e250f77 - Show all commits
+1 -4
View File
@@ -2,7 +2,4 @@
# git clone https://github.com/riywo/anyenv ${HOME}/.anyenv
if [ -d "${HOME}/.anyenv/bin" ]
then
export PATH="${HOME}/.anyenv/bin:${PATH}"
fi
_path_prepend "${HOME}/.anyenv/bin"
+1 -1
View File
@@ -1,3 +1,3 @@
if (command -v krew &>/dev/null); then
export PATH="${KREW_ROOT:-${HOME}/.krew}/bin:${PATH}"
_path_prepend "${KREW_ROOT:-${HOME}/.krew}/bin"
fi