diff options
Diffstat (limited to 'etc/functions/reload')
-rw-r--r-- | etc/functions/reload | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/functions/reload b/etc/functions/reload index f4fc399..a97cb70 100644 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -1,4 +1,7 @@ ## vim:ft=zsh +## reload the zshrc / some functions +## Usage: reload [function names] + if [[ ${#*} == 0 ]] { autoload xsource xsource ~/.zshrc |