File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77alias clinerules="code /Users/samm/Library/Mobile\ Documents/com\~apple\~CloudDocs/Documents/Cline"
88alias clinerulesd="cd /Users/samm/Library/Mobile\ Documents/com\~apple\~CloudDocs/Documents/Cline"
99alias sync_ollama_models="${HOME}/git/sammcj/scripts/ollama/export_ollama_model.py"
10- alias copilot="gh copilot suggest -t shell"
11- alias copilot-explain="gh copilot explain"
12- alias '??'='copilot '
10+ # alias copilot="gh copilot suggest -t shell"
11+ # alias copilot-explain="gh copilot explain"
12+ alias '??'='claude -p '
1313alias '???'='copilot-comments'
1414alias wtf='copilot'
1515alias l="OLLAMA_HOST=http://localhost:11434 gollama -l"
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")
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" )
17591759
17601760 echo "🔍 Checking for global package updates..."
17611761
You can’t perform that action at this time.
0 commit comments