refactor .zshrc

This commit is contained in:
Jason Swank
2026-03-22 14:52:53 -04:00
parent 8ef76de5a1
commit b9801c8daa
2 changed files with 24 additions and 21 deletions

3
zsh/.aliasrc Normal file
View File

@@ -0,0 +1,3 @@
alias ls='ls --color=auto'
alias grep='grep --color'
alias pichat='pi --provider google --model gemini-3.1-flash-lite-preview --prompt-template ~/.pi/agent/prompts/cloudops.md'