Created
March 30, 2022 14:24
-
-
Save whitekid/6cf0c86be30deb2f10085bb55cae7a4d to your computer and use it in GitHub Desktop.
oh-my-zsh custom plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# place this file at ~/.oh-my-zsh/custom/plugins/whitekid | |
alias bumpup="git add . && git commit --amend -C HEAD && git push -f" | |
alias rebase-build="git remote update && git rebase && make" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment