]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/01_path
if /var/list/.bin exists, prepend it to path
[zsh.git] / .zsh / zshenv / 01_path
index e4e81fa40aab1aef75b65071d0f181003182ff59..3121e9c9317e5c655f5fa26950744e16c51c7261 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zprofile/00_path
 #
 # Adds custom directories to the $PATH
@@ -31,6 +32,6 @@ __append_dir_to_path()
 }
 
 __prepend_dir_to_path $BINDIR
-__append_dir_to_path /usr/lib/surfraw
+__prepend_dir_to_path /var/list/.bin
 
 # vim:ft=zsh