]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/00_autoload
initial checkin
[zsh.git] / .zsh / zshrc / 00_autoload
1 # zshrc/00_autoload
2 #
3 # Autoload available functions
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
9 #
10
11 # for p ($fpath) for fn ($p/**) autoload ${fn##*/}
12 autoload $^fpath/*(.xN:t)
13 autoload zargs
14
15 # vim:ft=zsh