zshrc: Function for magit
parent
3ddc546996
commit
f6edb5e060
|
@ -95,6 +95,11 @@ gpgyeet() {
|
||||||
echo RELOADAGENT | gpg-connect-agent
|
echo RELOADAGENT | gpg-connect-agent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# emacs magit
|
||||||
|
magit() {
|
||||||
|
emacs -nw --eval "(progn (magit-status) (delete-other-windows))"
|
||||||
|
}
|
||||||
|
|
||||||
# PLUGINS!
|
# PLUGINS!
|
||||||
# `miniplug update`
|
# `miniplug update`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue