fish alias for git status

This commit is contained in:
deneb 2025-03-23 14:18:30 +01:00
parent 8889d38f1d
commit 44fe85d26b

View file

@ -1,5 +1,5 @@
if status is-interactive
# Commands to run in interactive sessions can go here
bind alt-g '__fish_echo git status'
end
function fish_greeting