update .zshrc

This commit is contained in:
Jason Swank
2026-06-24 13:49:53 -04:00
parent 6c0c8863b7
commit bb66170c74
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color' alias grep='grep --color'
alias pichat='pi --provider google --model gemini-3.1-flash-lite-preview --prompt-template ~/.pi/agent/prompts/cloudops.md' alias pichat='pi --provider google --model gemini-3.5-flash --prompt-template ~/.pi/agent/prompts/cloudops.md'
alias md-pretty='prettier --prose-wrap never --write'

View File

@@ -0,0 +1,3 @@
bw-ghes-login() {
gh auth login --hostname git.aws.bluewater.mil --git-protocol https --web --help
}

View File

@@ -30,3 +30,4 @@ export BROWSER=open_browser.sh
# With ghostty + tmux + nvim, having this autoset to 'truecolor' has a weird effect # With ghostty + tmux + nvim, having this autoset to 'truecolor' has a weird effect
# unset COLORTERM # unset COLORTERM
export TERM=xterm-256color