summaryrefslogtreecommitdiff
path: root/zsh/.zsh/.zprofile
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-01-10 17:31:15 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-01-10 18:09:54 +0100
commit773025b77b770286652c8c2929d445b231855363 (patch)
treebad2b729654e0f216d5f52fab990c077a6c0e0be /zsh/.zsh/.zprofile
parentb63d5389cfca88ac1da44ebcff3139f420dd72f3 (diff)
Sort references by time
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