chore: Nettoyage configuration krew dans rc.d

This commit is contained in:
Xavier Logerais 2024-06-20 09:51:04 +00:00
parent aa9835f8bd
commit 8fcea3473a

View File

@ -1,6 +0,0 @@
#!/bin/bash
if [ -d ~/.krew/bin ]
then
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
fi