Skip to content

Instantly share code, notes, and snippets.

@AvinashRamireddy31
Created September 25, 2023 13:31
Show Gist options
  • Save AvinashRamireddy31/5476b821b254ebf8be9ac2400042c55b to your computer and use it in GitHub Desktop.
Save AvinashRamireddy31/5476b821b254ebf8be9ac2400042c55b to your computer and use it in GitHub Desktop.
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'
alias gpf='git push --force-with-lease'
alias k='kubectl'
alias ktx='kubectx'
alias azlist='az account list -o table'
alias ll='ls -l'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment