mirror of
https://github.com/Foltik/dotfiles
synced 2025-04-14 22:35:09 -04:00
Add emacs alias
This commit is contained in:
parent
7ceb022b2f
commit
6c9d93337a
@ -25,3 +25,7 @@ end
|
|||||||
function ssh
|
function ssh
|
||||||
env TERM=xterm-256color ssh $argv
|
env TERM=xterm-256color ssh $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function emacs
|
||||||
|
emacsclient -nc $argv
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user