From d9dc604fd7ea35dee2cf6662de55c63ed485dc69 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 14 Jan 2024 00:52:30 +0300 Subject: [PATCH] fix git ds alias --- home/user/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 116abc1..ac38a66 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -48,7 +48,7 @@ [alias] 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 - ds = diff --staged --colors-only + ds = diff --staged --color-words dno = diff --name-only co = checkout ci = commit