summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
blob: cba473075a996248d96687aa4a1cfce68b842ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
addpath /sbin
addpath /home/swhitton/local/bin