mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Fix color 🐛
This commit is contained in:
parent
1930af842a
commit
e055fc6ac6
|
|
@ -8,7 +8,7 @@ glo() {
|
|||
# diff is fancy with diff-so-fancy!
|
||||
local cmd="<<< {} grep -o '[a-f0-9]\{7\}' | head -1 | xargs -I% git show --color=always % $emojify $fancy"
|
||||
eval "git log --graph --color=always --format='%C(auto)%h%d %s %C(black)%C(bold)%cr' $@ $emojify" \
|
||||
| fzf -e +s --tiebreak=index \
|
||||
| fzf --ansi -e +s --tiebreak=index \
|
||||
--bind="enter:execute($cmd | less -R)" \
|
||||
--preview="$cmd" \
|
||||
--preview-window="right:60%"
|
||||
|
|
|
|||
Loading…
Reference in a new issue