summaryrefslogtreecommitdiff
path: root/zsh/.zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/.zprofile')
-rw-r--r--zsh/.zsh/.zprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.zsh/.zprofile b/zsh/.zsh/.zprofile
index 13942bb..38e7bb0 100644
--- a/zsh/.zsh/.zprofile
+++ b/zsh/.zsh/.zprofile
@@ -1,8 +1,5 @@
export EDITOR=vim
export HISTSIZE=1000000
-# We need to reset $PATH because /etc/profile is read after ~/.zshenv
-export PATH="$HOME/bin:$HOME/.guix-profile/bin:$HOME/bin:/usr/lib/surfraw${PATH:+:}$PATH"
-
# Start X automatically
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx