From cae0099a02facf246cd75e114fda253e9aa13bc5 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 21 May 2025 15:55:55 +0200 Subject: [PATCH] Add git gaa and ... abbr --- fish/.config/fish/conf.d/abbr.fish | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fish/.config/fish/conf.d/abbr.fish b/fish/.config/fish/conf.d/abbr.fish index 1718d08..a2ef50f 100644 --- a/fish/.config/fish/conf.d/abbr.fish +++ b/fish/.config/fish/conf.d/abbr.fish @@ -1,5 +1,3 @@ -abbr -a f z - # ls if type -q "eza" set -U ls eza -lg --group-directories-first --git --git-repos-no-status --header --time-style=long-iso @@ -18,6 +16,7 @@ abbr -a gcb git checkout -b abbr -a gl git pull abbr -a gp git push abbr -a gpf! git push --force +abbr -a gaa git add -A if type -q "lazygit" abbr -a lg lazygit end @@ -33,3 +32,7 @@ abbr -a dbm ~/projects/dbmanager/bin/console if type -q "bashtop" abbr -a top bashtop end + +# path +abbr -a ... cd ../.. +abbr -a .... cd ../../..