summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-01 22:49:35 +0200
committerGravatar Tom Willemse2014-07-01 22:49:35 +0200
commit046de04b6e4019a79b15fd40078d1e139a1846db (patch)
treee93bd69df5893dd1e9ae3fbbc8407077bad80af2 /zsh
parent909786b42147ac5a19766260a17e92e599bed28b (diff)
downloaddotfiles-046de04b6e4019a79b15fd40078d1e139a1846db.tar.gz
dotfiles-046de04b6e4019a79b15fd40078d1e139a1846db.zip
Rename .zprofile
Diffstat (limited to 'zsh')
l---------zsh/.bash_profile1
-rw-r--r--zsh/.zprofile15
2 files changed, 0 insertions, 16 deletions
diff --git a/zsh/.bash_profile b/zsh/.bash_profile
deleted file mode 120000
index c1abe3f..0000000
--- a/zsh/.bash_profile
+++ /dev/null
@@ -1 +0,0 @@
-.zprofile \ No newline at end of file
diff --git a/zsh/.zprofile b/zsh/.zprofile
deleted file mode 100644
index 4a74a84..0000000
--- a/zsh/.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