Move maker functions to mkrs

This commit is contained in:
Eryn Wells 2012-10-03 11:20:28 -07:00
parent fec0cd6f68
commit 776bc1ef2a
4 changed files with 84 additions and 30 deletions

10
zshrc
View file

@ -185,14 +185,12 @@ zstyle ':completion:*' expand 'yes'
# function path
fpath=($HOME/.zsh/func $fpath)
# Wikipedia lookup, courtesy of msanders@github
autoload wiki
# Make a Maildir
autoload mkmdir
# Generate a password
print_info_sub "Loading pw module"
autoload pw
# Make a C module (.c and .h pair)
autoload mkcmod
# Maker module -- various functions for makin' stuff
print_info_sub "Loading mkrs module"
autoload mkrs
# Go up $1 directories, where $1 is an integer (saves me from having to type ../
# ad nauseum)