]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/henkspwgen
add: completion setting that was supposed to make completing stuff with special chars...
[user/henk/vcsh/zsh.git] / .zsh_functions / henkspwgen
1   echo $( (tr -cd '[:alnum:]' | head -c $1) < /dev/urandom)