home: fish: add magit alias
This commit is contained in:
parent
dbb3cd2225
commit
2826696e42
3
home/fish/functions/magit.fish
Normal file
3
home/fish/functions/magit.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function magit
|
||||||
|
emacsclient --tty --eval '(magit-status)' --suppress-output
|
||||||
|
end
|
Loading…
Reference in a new issue