Skip to content

Instantly share code, notes, and snippets.

View AvinashRamireddy31's full-sized avatar
🎯

Avinash Reddy AvinashRamireddy31

🎯
  • Bangalore
View GitHub Profile
@AvinashRamireddy31
AvinashRamireddy31 / .zshrc
Created September 25, 2023 13:31
ZSHRC configuration
PROMPT='%B%F{yellow}%4~%f %F{cyan}>%f %b'
setopt promptsubst
PS1=$'%F{magenta}%U${(r:$COLUMNS:: :)}%u%f'$PS1
source /Users/avinash.r/.docker/init-zsh.sh || true # Added by Docker Desktop
export KUBE_EDITOR='code --wait'
alias gcb='git branch --show-current'