fix(sapling): run the bin sl not the alias
This commit is contained in:
parent
8fcf291c56
commit
394fef39ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue