summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-10 12:57:14 +0100
committerGravatar Tom Willemsen2012-11-10 12:57:14 +0100
commit432524aa4d63bbccac75e25abfb813be0dd5e5fa (patch)
tree9de5b7848fb3ea2004cd06e21bf1055e2e604381 /.zprofile
parente1b5ceb33159205dce41ae835f8b2bb06a8f3c84 (diff)
downloaddotfiles-432524aa4d63bbccac75e25abfb813be0dd5e5fa.tar.gz
dotfiles-432524aa4d63bbccac75e25abfb813be0dd5e5fa.zip
Undo move
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile12
1 files changed, 12 insertions, 0 deletions
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