diff --git a/bin/utils b/bin/utils index eff6bf0..636e45e 100755 --- a/bin/utils +++ b/bin/utils @@ -36,7 +36,7 @@ set-default-env() { echo "export $1=\${$1:-$2}" >> $PROFILE_PATH } -# Usage: $ set-default-env key value +# Usage: $ un-set-env key un-set-env() { echo "unset $1" >> $PROFILE_PATH }