mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Add aliases for list and clear stash.
This commit is contained in:
parent
1b6af54676
commit
9885e82d04
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,8 @@ alias gsts='git stash show --text'
|
|||
alias gsta='git stash'
|
||||
alias gstp='git stash pop'
|
||||
alias gstd='git stash drop'
|
||||
alias gstl='git stash list'
|
||||
alias gstc='git stash clear'
|
||||
|
||||
# Will cd into the top of the current repository
|
||||
# or submodule.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue