aliases
This commit is contained in:
parent
0cbd150966
commit
4cbadb1680
1
zshrc
1
zshrc
@ -117,5 +117,6 @@ alias ifconfig="/sbin/ifconfig"
|
|||||||
# git stuff
|
# git stuff
|
||||||
alias gadd="git add ."
|
alias gadd="git add ."
|
||||||
alias gbug="git add . && git commit-m 'bug fixes'"
|
alias gbug="git add . && git commit-m 'bug fixes'"
|
||||||
|
alias gp="git push"
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user