Use noisy functions for module load status messages

This commit is contained in:
Eryn Wells 2012-10-05 11:38:49 -07:00
parent 776bc1ef2a
commit ecbe500f62

4
zshrc
View file

@ -186,10 +186,10 @@ zstyle ':completion:*' expand 'yes'
fpath=($HOME/.zsh/func $fpath)
# Generate a password
print_info_sub "Loading pw module"
print_info_sub_noisy 3 "Loading pw module"
autoload pw
# Maker module -- various functions for makin' stuff
print_info_sub "Loading mkrs module"
print_info_sub_noisy 3 "Loading mkrs module"
autoload mkrs
# Go up $1 directories, where $1 is an integer (saves me from having to type ../