nixos-config/home/fish/functions/magit.fish

4 lines
83 B
Fish

function magit
emacsclient --tty --eval '(magit-status)' --suppress-output
end