]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/01_fpath
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshenv / 01_fpath
index 37bd6e51b69ed0621df29366e90e3b60aad19d07..20b12377ecc966e4fd62e2fc6d327c56ead63cb9 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zshenv/00_fpath
 #
 # Adds local functions directory to $fpath
@@ -5,7 +6,7 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
 fpath=($ZDOTDIR/func $fpath)