[IMPROVED] Eliminado mensaje redundante en devset.sh
- Suprimido mensaje informativo cuando el directorio ya está en PATH - Simplifica la salida para evitar información duplicada 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
37119334dc
commit
30900b31f2
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ function add_to_path() {
|
|||
if ! path_contains "$bin_path"; then
|
||||
export PATH="$bin_path:$PATH"
|
||||
echo "✅ ${head_success}: '$bin_path' ${head_002}"
|
||||
else
|
||||
echo "ℹ️ ${head_info}: '$bin_path' ${head_002}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue