summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
blob: d0931f25adea9b45416e35c784fb49a7653d0b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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