summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
diff options
context:
space:
mode:
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