update .zshrc
This commit is contained in:
@@ -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'
|
||||
|
||||
3
zsh/.local/share/zsh/functions/bw-ghes-login
Normal file
3
zsh/.local/share/zsh/functions/bw-ghes-login
Normal file
@@ -0,0 +1,3 @@
|
||||
bw-ghes-login() {
|
||||
gh auth login --hostname git.aws.bluewater.mil --git-protocol https --web --help
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user