summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
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