summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:21:21 +0100
committerGravatar Tom Willemse2013-11-03 21:21:21 +0100
commit5c6cd059e8395d7f24d4b199e59c8c2f562dc438 (patch)
tree2e108e0724b5f5248de11c515312fa8c7c04ab4c /.zprofile
parentcca8771d855a3c8ba67bcb43a45967d9e4b6dd15 (diff)
downloaddotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.tar.gz
dotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.zip
New stow hierarchy
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile15
1 files changed, 0 insertions, 15 deletions
diff --git a/.zprofile b/.zprofile
deleted file mode 100644
index 4a74a84..0000000
--- a/.zprofile
+++ /dev/null
@@ -1,15 +0,0 @@
-export BROWSER=conkeror
-export EDITOR="emacsclient -c -a emacs"
-
-PATH="$HOME/usr/bin:$PATH"
-export PATH
-
-INFOPATH="$HOME/documents/info:$INFOPATH"
-INFOPATH="$HOME/.emacs.d/vendor-lisp/org/doc:$INFOPATH"
-INFOPATH="$INFOPATH:/usr/share/info"
-INFOPATH="$INFOPATH:/usr/local/share/info"
-export INFOPATH
-
-if [ -z "$SSH_AGENT_PID" ]; then
- eval `ssh-agent`
-fi