From f3f02ab834cce6c1b463169519ba097716fa3381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Sat, 3 Jun 2017 01:56:45 +0200 Subject: [PATCH] add eshell --- eshell | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 eshell diff --git a/eshell b/eshell new file mode 100755 index 0000000..8212ad3 --- /dev/null +++ b/eshell @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -z $EMACS ]; then + emacs --daemon + /usr/bin/emacsclient -t +else + /bin/sh +fi