Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 2ffec9b

Browse files
committed
minor updates
1 parent 66faf4a commit 2ffec9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

6-zsh_options.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2121
setopt NO_CASE_GLOB

9-functions.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ g() { _git_nav "g" "$@"; }
17551755
npm-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

0 commit comments

Comments
 (0)