mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
cosmetic (could not resist)
This commit is contained in:
parent
00e240f846
commit
b65a84b79e
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ function work_in_progress() {
|
|||
echo "WIP!!"
|
||||
fi
|
||||
}
|
||||
# these alias commit and uncomit wip branches
|
||||
|
||||
# these aliases commit and uncommit wip branches
|
||||
# first though, check xargs flavor for -r flag
|
||||
echo | xargs -r &>/dev/null && XARGS_OPTS="-r"
|
||||
alias gwip="git add -A; git ls-files --deleted -z | xargs ${XARGS_OPTS} -0 git rm; git commit -m \"--wip--\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue