summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.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 /.config/zsh/.zprofile
parente1b5ceb33159205dce41ae835f8b2bb06a8f3c84 (diff)
downloaddotfiles-432524aa4d63bbccac75e25abfb813be0dd5e5fa.tar.gz
dotfiles-432524aa4d63bbccac75e25abfb813be0dd5e5fa.zip
Undo move
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r--.config/zsh/.zprofile12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
deleted file mode 100644
index 631e8a0..0000000
--- a/.config/zsh/.zprofile
+++ /dev/null
@@ -1,12 +0,0 @@
-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