diff --git a/site-modules/core/files/oh-my-zsh/custom/sapling.zsh b/site-modules/core/files/oh-my-zsh/custom/sapling.zsh index 926072a..f4409e7 100644 --- a/site-modules/core/files/oh-my-zsh/custom/sapling.zsh +++ b/site-modules/core/files/oh-my-zsh/custom/sapling.zsh @@ -2,7 +2,7 @@ # can mostly replace `g` with `s` and you are using sapling instead of git. alias s="\\sl" alias sl="\\sl log --pager never --remote -r '.::top() or last(::., 40)'" -alias sc="sl addremove . && \\sl commit -iv" +alias sc="\\sl addremove . && \\sl commit -iv" alias sd="\\sl diff" alias ss="\\sl status" alias sco="\\sl log -r 'heads(draft())' | fzf --ansi | cut -d' ' -f3 | xargs \\sl goto"