From bb66170c741b0cc38532f2b80b1b537a42ab338d Mon Sep 17 00:00:00 2001 From: Jason Swank <632526+jswank@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:49:53 -0400 Subject: [PATCH] update .zshrc --- zsh/.aliasrc | 3 ++- zsh/.local/share/zsh/functions/bw-ghes-login | 3 +++ zsh/.zshenv | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 zsh/.local/share/zsh/functions/bw-ghes-login diff --git a/zsh/.aliasrc b/zsh/.aliasrc index 4be12fd..2ee05da 100644 --- a/zsh/.aliasrc +++ b/zsh/.aliasrc @@ -1,3 +1,4 @@ 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' +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' diff --git a/zsh/.local/share/zsh/functions/bw-ghes-login b/zsh/.local/share/zsh/functions/bw-ghes-login new file mode 100644 index 0000000..99cf767 --- /dev/null +++ b/zsh/.local/share/zsh/functions/bw-ghes-login @@ -0,0 +1,3 @@ +bw-ghes-login() { + gh auth login --hostname git.aws.bluewater.mil --git-protocol https --web --help +} diff --git a/zsh/.zshenv b/zsh/.zshenv index e992203..5c69b87 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -30,3 +30,4 @@ export BROWSER=open_browser.sh # With ghostty + tmux + nvim, having this autoset to 'truecolor' has a weird effect # unset COLORTERM +export TERM=xterm-256color