From 9e0317062ddd26804b9cc7e2e0f4a5b405b4415b Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sun, 4 Feb 2024 11:23:32 -0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Rename=20gdl*=20->=20gd?= =?UTF-8?q?a*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The gdl alias wasn't very clear (no idea what I meant the l to stand for) so it was renamed to gla (a for all). --- git/aliases.config.fish | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/git/aliases.config.fish b/git/aliases.config.fish index 7813e89..36ead95 100644 --- a/git/aliases.config.fish +++ b/git/aliases.config.fish @@ -59,10 +59,10 @@ abbr -a gaa --position command "git add --all" # Interactively stage parts of a file. abbr -a gapa --position command "git add --patch" -abbr -a gdl --position command "git diff" -abbr -a gdls --position command "git diff --staged" -abbr -a gdlw --position command "git diff --word-diff" # show diff by word -abbr -a gdlsw --position command "git diff --staged --word-diff" +abbr -a gda --position command "git diff" +abbr -a gdas --position command "git diff --staged" +abbr -a gdaw --position command "git diff --word-diff" # show diff by word +abbr -a gdasw --position command "git diff --staged --word-diff" set exclude ":(exclude)package-lock.json" ":(exclude)*.lock"