Autoload refresh_system_tags function

This commit is contained in:
Eryn Wells 2013-01-23 13:24:47 -08:00
parent 09c5de132f
commit 059a9fa8cf
2 changed files with 37 additions and 0 deletions

3
zshrc
View file

@ -91,6 +91,9 @@ function configure_modules_and_functions #{{{
print_info -l 3 "Loading pw module"
autoload pw
print_info -l 3 "Loading refresh_system_tags"
autoload refresh_system_tags
} #}}}