]> git.donarmstrong.com Git - zsh.git/commitdiff
if /var/list/.bin exists, prepend it to path
authorDon Armstrong <don@donarmstrong.com>
Wed, 24 Sep 2014 05:34:57 +0000 (22:34 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 24 Sep 2014 05:34:57 +0000 (22:34 -0700)
.zsh/zshenv/01_path

index 0a68895bda1765ec4a71d3a30b9b5874b50f337b..3121e9c9317e5c655f5fa26950744e16c51c7261 100644 (file)
@@ -32,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