Add git gaa and ... abbr

This commit is contained in:
Tim 2025-05-21 15:55:55 +02:00
parent 0ebfd43217
commit cae0099a02

View File

@ -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 ../../..