summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-28 18:01:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-28 18:03:18 -0700
commit12c7215f3f2c124f757c45e91f4bd1fda4c2ca4c (patch)
treec8715571108893f278d51b14704f91a646b00f25 /.emacs.d/eshell/profile
parent6daebdadc478b4de1085b391180a20aaf347aade (diff)
downloaddotfiles-12c7215f3f2c124f757c45e91f4bd1fda4c2ca4c.tar.gz
archive remaining eshell config to ~/doc/org/deft-25.org
Diffstat (limited to '.emacs.d/eshell/profile')
-rw-r--r--.emacs.d/eshell/profile13
1 files changed, 0 insertions, 13 deletions
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
deleted file mode 100644
index d0931f25..00000000
--- a/.emacs.d/eshell/profile
+++ /dev/null
@@ -1,13 +0,0 @@
-# tell commands that they can go ahead and emit ANSI colour sequences
-export TERM=vt100
-
-# commands that want to open an editor should call emacsclient, and
-# eshell knows what to do. Without these lines we get lots of garbage
-export EDITOR=emacsclient
-export VISUAL=emacsclient
-
-# add to the path
-addpath /usr/sbin >/dev/null
-addpath /sbin >/dev/null
-addpath /home/swhitton/local/bin >/dev/null
-addpath /home/swhitton/.cabal/bin >/dev/null