From c70bc9b520f5cce1303566888bf18ffa14f97625 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 13 Feb 2008 19:19:24 +0100 Subject: [PATCH] zshrc: Keeping check_com() defined after zshrcs are sourced That way, everything in our zshrc can use that function. ...like dchange() already does, which I must have overseen. --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 57af69f..9a89178 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -194,7 +194,7 @@ xcat() { # setup files. This should be called at the end of .zshrc. xunfunction() { local -a funcs - funcs=(check_com salias xcat xsource xunfunction zrcautoload) + funcs=(salias xcat xsource xunfunction zrcautoload) for func in $funcs ; do [[ -n ${functions[$func]} ]] \ -- 2.1.4