Skip to content

Commit 66faf4a

Browse files
committed
minor updates
1 parent 6a4c507 commit 66faf4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

16-ai.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
alias clinerules="code /Users/samm/Library/Mobile\ Documents/com\~apple\~CloudDocs/Documents/Cline"
88
alias clinerulesd="cd /Users/samm/Library/Mobile\ Documents/com\~apple\~CloudDocs/Documents/Cline"
99
alias 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'
1313
alias '???'='copilot-comments'
1414
alias wtf='copilot'
1515
alias l="OLLAMA_HOST=http://localhost:11434 gollama -l"

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")
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

0 commit comments

Comments
 (0)