This commit is contained in:
KeeganForelight 2022-03-08 21:59:24 -05:00
parent af06d5a0e7
commit 0cbd150966

5
zshrc
View File

@ -111,6 +111,11 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
#
# helpful aliasis
alias ifconfig="/sbin/ifconfig"
# git stuff
alias gadd="git add ."
alias gbug="git add . && git commit-m 'bug fixes'"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh