Skip to content

Instantly share code, notes, and snippets.

@vincelee888
Last active June 21, 2024 22:53
Show Gist options
  • Save vincelee888/4f93d85aae3eddd06327b496ede5200e to your computer and use it in GitHub Desktop.
Save vincelee888/4f93d85aae3eddd06327b496ede5200e to your computer and use it in GitHub Desktop.
.zshrc
plugins=(
azure
dirhistory
git
safe-paste
z
zsh-autosuggestions
)
alias df="dotnet format"
alias gbc="git rev-parse --abbrev-ref HEAD"
alias gbcc="git rev-parse --abbrev-ref HEAD | clip"
alias gcc="git rev-parse HEAD"
alias gccc="git rev-parse HEAD | clip"
alias gbin="git bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment