aliases
This commit is contained in:
parent
4cbadb1680
commit
0d488ba3e4
2
zshrc
2
zshrc
@ -116,7 +116,7 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
alias ifconfig="/sbin/ifconfig"
|
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"
|
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