This commit is contained in:
KeeganForelight 2022-03-08 21:59:56 -05:00
parent 0cbd150966
commit 4cbadb1680

1
zshrc
View File

@ -117,5 +117,6 @@ alias ifconfig="/sbin/ifconfig"
# git stuff
alias gadd="git add ."
alias gbug="git add . && git commit-m 'bug fixes'"
alias gp="git push"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh