mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 3d94180c51 into 13e5afe805
This commit is contained in:
commit
15e604b4cd
2 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ alias lsa='ls -lah'
|
|||
alias l='ls -lah'
|
||||
alias ll='ls -lh'
|
||||
alias la='ls -lAh'
|
||||
alias lrt='ls -lrth'
|
||||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ alias glo='git log --oneline --decorate --color'
|
|||
compdef _git glo=git-log
|
||||
alias glog='git log --oneline --decorate --color --graph'
|
||||
compdef _git glog=git-log
|
||||
alias glvp='git log --pretty="%Cred%h%Creset [%Cgreen%an %Creset %C(cyan)%ar%Creset]: %Cred%d%Creset %C(yellow)%s%Creset" --graph'
|
||||
compdef _git glvp=git-log
|
||||
alias gss='git status -s'
|
||||
compdef _git gss=git-status
|
||||
alias ga='git add'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue