diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-03-08 10:15:26 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-03-08 10:15:26 +0100 |
commit | 6bfe524a84f9c6456c52a000fff7fd717b68a9b9 (patch) | |
tree | efc16420801f379274d0b4862ace70e90a8a24f3 /.zsh/zshenv/01_fpath | |
parent | 9b90623acc137beff954bb78dcc0f8cb87f37c8c (diff) |
load all executables in fpath, xarsg replacement
Diffstat (limited to '.zsh/zshenv/01_fpath')
-rw-r--r-- | .zsh/zshenv/01_fpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/zshenv/01_fpath b/.zsh/zshenv/01_fpath index 88fcea3..6c86623 100644 --- a/.zsh/zshenv/01_fpath +++ b/.zsh/zshenv/01_fpath @@ -3,6 +3,7 @@ # Add local functions directory to $fpath # # Copyright © 2010 Tobias Klauser <tklauser@distanz.ch> +# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net> # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git |