add eshell

This commit is contained in:
Christoffer Müller Madsen 2017-06-03 01:56:45 +02:00
parent 2c2a29906b
commit f3f02ab834

7
eshell Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ -z $EMACS ]; then
emacs --daemon
/usr/bin/emacsclient -t
else
/bin/sh
fi