fix git ds alias

This commit is contained in:
thek4n 2024-01-14 00:52:30 +03:00
parent 9a9e42d146
commit d9dc604fd7

View File

@ -48,7 +48,7 @@
[alias] [alias]
a = "!git ls-files --exclude-standard -m --others -t | fzf -m --bind ctrl-a:toggle-all | cut -d' ' -f2 | xargs git add" a = "!git ls-files --exclude-standard -m --others -t | fzf -m --bind ctrl-a:toggle-all | cut -d' ' -f2 | xargs git add"
d = diff --color-words d = diff --color-words
ds = diff --staged --colors-only ds = diff --staged --color-words
dno = diff --name-only dno = diff --name-only
co = checkout co = checkout
ci = commit ci = commit