From 432524aa4d63bbccac75e25abfb813be0dd5e5fa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 10 Nov 2012 12:57:14 +0100 Subject: Undo move --- .zprofile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..631e8a0 --- /dev/null +++ b/.zprofile @@ -0,0 +1,12 @@ +export BROWSER=conkeror +export EDITOR="emacsclient -c -a emacs" +export INFOPATH="${HOME}/documents/info:/usr/local/emacs/share/info:/usr/share/info:/usr/local/stumpwm/share/info" + +PATH="${HOME}/usr/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin" +PATH="/usr/local/scwm/bin:$PATH" +PATH="/usr/local/clfswm/bin:$PATH" +export PATH="/usr/local/emacs/bin:$PATH" + +if [ -z "$SSH_AGENT_PID" ]; then + eval `ssh-agent` +fi -- cgit v1.2.3-54-g00ecf