fix(sapling): run the bin sl not the alias

This commit is contained in:
Ade Attwood 2024-05-19 19:22:25 +01:00
parent 8fcf291c56
commit 394fef39ff

View file

@ -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"