From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2674 invoked from network); 14 Oct 1999 13:00:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Oct 1999 13:00:56 -0000 Received: (qmail 6819 invoked by alias); 14 Oct 1999 13:00:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8251 Received: (qmail 6811 invoked from network); 14 Oct 1999 13:00:46 -0000 Date: Thu, 14 Oct 1999 15:00:44 +0200 (MET DST) Message-Id: <199910141300.PAA14858@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: promptinit ... or did I miss a patch? Bye Sven P.S.: Gee, some of the themes... if ever I want to become blind... --- Functions/Prompts/promptinit.old Thu Oct 14 14:56:56 1999 +++ Functions/Prompts/promptinit Thu Oct 14 14:56:58 1999 @@ -12,7 +12,7 @@ local ppath='' name # Autoload all prompt_*_setup functions in fpath - for theme in $fpath/prompt_*_setup(N); do + for theme in $^fpath/prompt_*_setup(N); do if [[ $theme == */prompt_(#b)(*)_setup ]]; then name="$match[1]" if [[ -r "$theme" ]]; then -- Sven Wischnowsky wischnow@informatik.hu-berlin.de