Add g alias for zsh
This commit is contained in:
parent
96e6b02121
commit
d79d3efae5
1 changed files with 2 additions and 0 deletions
|
|
@ -15,3 +15,5 @@ alias ssh-add-all='for key in ~/.ssh/id_rsa^*.pub; do ssh-add $key; done'
|
|||
which thefuck > /dev/null && eval $(thefuck --alias)
|
||||
|
||||
alias shutdown='sudo shutdown now'
|
||||
|
||||
alias g='git'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue