Use noisy functions for module load status messages
This commit is contained in:
parent
776bc1ef2a
commit
ecbe500f62
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -186,10 +186,10 @@ zstyle ':completion:*' expand 'yes'
|
||||||
fpath=($HOME/.zsh/func $fpath)
|
fpath=($HOME/.zsh/func $fpath)
|
||||||
|
|
||||||
# Generate a password
|
# Generate a password
|
||||||
print_info_sub "Loading pw module"
|
print_info_sub_noisy 3 "Loading pw module"
|
||||||
autoload pw
|
autoload pw
|
||||||
# Maker module -- various functions for makin' stuff
|
# Maker module -- various functions for makin' stuff
|
||||||
print_info_sub "Loading mkrs module"
|
print_info_sub_noisy 3 "Loading mkrs module"
|
||||||
autoload mkrs
|
autoload mkrs
|
||||||
|
|
||||||
# Go up $1 directories, where $1 is an integer (saves me from having to type ../
|
# Go up $1 directories, where $1 is an integer (saves me from having to type ../
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue