This repository was archived by the owner on Jun 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ zmodload zsh/mapfile # bring mapfile to zsh
1515# zmodload zsh/attr # attrs info
1616
1717# Keep echo "station" > station from clobbering station
18- setopt NO_CLOBBER
18+ # setopt NO_CLOBBER # disabled as not sure I'm getting value from this 2025-10-28
1919
2020# Case insensitive globbing
2121setopt NO_CASE_GLOB
Original file line number Diff line number Diff line change @@ -1755,7 +1755,7 @@ g() { _git_nav "g" "$@"; }
17551755npm-global-update() {
17561756 # Define allowed package patterns (substring matches)
17571757 local allowed_patterns
1758- allowed_patterns=("@anthropic-ai/claude-code" "@google/gemini-cli" "@qwen-code/qwen-code" "ccstatusline" "claude-code-router" "claudekit" "ccusage" "npm-check-updates" "playwright" "ccexp" "vibe-kanban" "@vscode/vsce" "yaml-language-server" "typescript-language-server" "typescript" "corepack" "npm" "pnpm" "jest" "tweakcc" "@modelcontextprotocol/inspector" "happy-coder" "@github/copilot")
1758+ allowed_patterns=("@anthropic-ai/claude-code" "@google/gemini-cli" "@qwen-code/qwen-code" "ccstatusline" "claude-code-router" "claudekit" "ccusage" "npm-check-updates" "playwright" "ccexp" "vibe-kanban" "@vscode/vsce" "yaml-language-server" "typescript-language-server" "typescript" "corepack" "npm" "pnpm" "jest" "tweakcc" "@modelcontextprotocol/inspector" "happy-coder" "@github/copilot" "cline@nightly" "cline" )
17591759
17601760 echo "🔍 Checking for global package updates..."
17611761
You can’t perform that action at this time.
0 commit comments