mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge e4c4041ff6 into 140034605e
This commit is contained in:
commit
ebda331b19
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Aliases
|
||||
alias g='git'
|
||||
compdef g=git
|
||||
alias gf='git fetch'
|
||||
compdef _git gf=git-fetch
|
||||
alias gst='git status'
|
||||
compdef _git gst=git-status
|
||||
alias gd='git diff'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue