Clean up completion
@ -17,8 +17,11 @@ KERNEL=`uname -s`
LIBRARY=${BASE}/zsh.d
KERNLIB=${LIBRARY}/${KERNEL}
echo $KERNEL
function loadRC {
# [ -d $1 ] && cd $1 || exit 1
#
if [ -d $1/zshfunctions ]; then
fpath=($1/zshfunctions $fpath)
The note is not visible to the blocked user.