diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:10:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:10:52 +0100 |
commit | 03757a1f14d94fba094ecc63ed9fb9c56f6b5039 (patch) | |
tree | bb1b6d21a334b1fc868d2ce501cf578c9cbf429a | |
parent | 8ac8a298687b09a4e8898f3624105a09efdb2b87 (diff) |
reload: No xsource
-rwxr-xr-x | etc/functions/reload | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/functions/reload b/etc/functions/reload index 4783854..afa634f 100755 --- a/etc/functions/reload +++ b/etc/functions/reload @@ -3,8 +3,7 @@ ## Usage: reload [function names] if [[ ${#*} == 0 ]] { - autoload xsource - xsource ~/.zshrc + source ~/.zshrc rehash } else { local function |