From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22428 invoked from network); 9 May 2005 17:01:54 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 May 2005 17:01:54 -0000 Received: (qmail 99490 invoked from network); 9 May 2005 17:01:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 May 2005 17:01:47 -0000 Received: (qmail 11581 invoked by alias); 9 May 2005 17:01:32 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8797 Received: (qmail 11561 invoked from network); 9 May 2005 17:01:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 9 May 2005 17:01:30 -0000 Received: (qmail 97859 invoked from network); 9 May 2005 17:01:28 -0000 Received: from webmail-outgoing.us4.outblaze.com (205.158.62.67) by a.mx.sunsite.dk with SMTP; 9 May 2005 17:01:18 -0000 Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id A1C911800594 for ; Mon, 9 May 2005 17:00:55 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 9 May 2005 16:59:13 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 77EF84BEB5; Mon, 9 May 2005 16:59:13 +0000 (GMT) Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 2.117 (F2.6; A1.17; B2.12; Q2.03) Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Mon, 09 May 2005 11:59:12 -0500 X-Mailer: mail.com webmail From: "Fafa Hafiz Krantz" To: "Bart Schaefer" , zsh-users@sunsite.dk Cc: "Peter Stephenson" Date: Mon, 09 May 2005 11:59:12 -0500 Subject: Re: Help help, prompt problems here! X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20050509165913.77EF84BEB5@ws1-1.us4.outblaze.com> X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.3 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.3 Here is my zshrc: By the way, why doesn't autocompletion work, like my good old tcsh? ------------------------------------------------------------- umask 022 alias vi=3D'vim' alias j=3D'jobs -l' alias h=3D'history' alias ls=3D'ls -G' alias cd..=3D'cd ..' alias cd...=3D'cd ../..' alias cd....=3D'cd ../../..' alias cd.....=3D'cd ../../../..' alias cd......=3D'cd ../../../../..' alias cd/=3D'cd /' alias wf=3D'w -f' alias ws=3D'w -s' alias df=3D'df -h' alias ftp=3D'lftp' alias pfdump=3D'tcpdump -n -e -ttt -r /var/log/pflog' alias pfmon=3D'tcpdump -n -e -ttt -i pflog0' alias pfreload=3D'pfctl -F all && pfctl -f /etc/pf.conf' autoload -U compinit compinit zstyle ':completion:*' completer _complete _prefix zstyle ':completion::prefix-1:*' completer _complete zstyle ':completion:incremental:*' completer _complete _correct zstyle ':completion:predict:*' completer _complete zstyle ':completion::complete:*' use-cache 1 zstyle ':completion::complete:*' cache-path ~/.zsh/cache/$HOST zstyle ':completion:*' expand 'yes' zstyle ':completion:*' squeeze-slashes 'yes' zstyle ':completion::complete:*' '\' zstyle ':completion::complete:*:tar:directories' file-patterns '*~.*(-/)' zstyle ':completion:*:complete:-command-::commands' ignored-patterns '*\~' zstyle ':completion:*:matches' group 'yes' zstyle ':completion:*:descriptions' format "%B---- %d%b" zstyle ':completion:*:messages' format '%B%U---- %d%u%b' zstyle ':completion:*:warnings' format '%B%U---- no match for: %d%u%b' zstyle ':completion:*:options' description 'yes' zstyle ':completion:*:options' auto-description '%d' zstyle ':completion:*:history-words' stop verbose zstyle ':completion:*:history-words' remove-all-dups yes zstyle ':completion:*:history-words' list false zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} PROMPT=3D$'%{\e[01;34m%}(%{\e[22;34m%}%n%{\e[01;30m%}@%{\e[22;34m%}%m%{\e[0= 1;34m%})%{\e[01;34m%}%{\e[01;34m%}(%{\e[22;34m%}%D{%H:%M}%{\e[01;30m%}:%{\e= [22;34m%}%D{%m/%d/%y}%{\e[01;34m%})%{\e[01;30m\e[00m%}%{\n%}%{\e[01;34m%}(%= {\e[22;34m%}%#%{\e[01;30m%}:%{\e[22;34m%}%~%{\e[01;34m%})%{\e[01;30m\e[00m%= } ' if [[ `whoami` =3D root ]] then PROMPT=3D$'%{\e[01;31m%}(%{\e[22;31m%}%n%{\e[01;30m%}@%{\e[22;31m%}%m%{\e[0= 1;31m%})%{\e[01;31m%}%{\e[01;31m%}(%{\e[22;31m%}%D{%H:%M}%{\e[01;30m%}:%{\e= [22;31m%}%D{%m/%d/%y}%{\e[01;31m%})%{\e[01;30m\e[00m%}%{\n%}%{\e[01;31m%}(%= {\e[22;31m%}%#%{\e[01;30m%}:%{\e[22;31m%}%~%{\e[01;31m%})%{\e[01;30m\e[00m%= } ' fi ------------------------------------------------------------- This is all my buffer could handle. zsh -x | more or zsh -x | less didn't work. /4.2.5/functions/Completion/Unix/_lp /usr/local/share/zsh/4.2.5/functions/C= ompletion/Unix/_ls /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_ls= of /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_lynx /usr/local/sh= are/zsh/4.2.5/functions/Completion/Unix/_lzop /usr/local/share/zsh/4.2.5/fu= nctions/Completion/Unix/_mail /usr/local/share/zsh/4.2.5/functions/Completi= on/Unix/_mailboxes /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_ma= ke /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_man /usr/local/sha= re/zsh/4.2.5/functions/Completion/Unix/_mencal /usr/local/share/zsh/4.2.5/f= unctions/Completion/Unix/_mh /usr/local/share/zsh/4.2.5/functions/Completio= n/Unix/_mime_types /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_mo= unt /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_mpc /usr/local/sh= are/zsh/4.2.5/functions/Completion/Unix/_mt /usr/local/share/zsh/4.2.5/func= tions/Completion/Unix/_mtools /usr/local/share/zsh/4.2.5/functions/Completi= on/Unix/_mtr /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_mutt /us= r/local/share/zsh/4.2.5/functions/Completion/Unix/_my_accounts /usr/local/s= hare/zsh/4.2.5/functions/Completion/Unix/_mysql_utils /usr/local/share/zsh/= 4.2.5/functions/Completion/Unix/_mysqldiff /usr/local/share/zsh/4.2.5/funct= ions/Completion/Unix/_ncftp /usr/local/share/zsh/4.2.5/functions/Completion= /Unix/_net_interfaces /usr/local/share/zsh/4.2.5/functions/Completion/Unix/= _netcat /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_newsgroups /u= sr/local/share/zsh/4.2.5/functions/Completion/Unix/_nice /usr/local/share/z= sh/4.2.5/functions/Completion/Unix/_nmap /usr/local/share/zsh/4.2.5/functio= ns/Completion/Unix/_nslookup /usr/local/share/zsh/4.2.5/functions/Completio= n/Unix/_other_accounts /usr/local/share/zsh/4.2.5/functions/Completion/Unix= /_pack /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_patch /usr/loc= al/share/zsh/4.2.5/functions/Completion/Unix/_path_files /usr/local/share/z= sh/4.2.5/functions/Completion/Unix/_pbm /usr/local/share/zsh/4.2.5/function= s/Completion/Unix/_pdf /usr/local/share/zsh/4.2.5/functions/Completion/Unix= /_perforce /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_perl /usr/= local/share/zsh/4.2.5/functions/Completion/Unix/_perl_basepods /usr/local/s= hare/zsh/4.2.5/functions/Completion/Unix/_perl_modules /usr/local/share/zsh= /4.2.5/functions/Completion/Unix/_perldoc /usr/local/share/zsh/4.2.5/functi= ons/Completion/Unix/_php /usr/local/share/zsh/4.2.5/functions/Completion/Un= ix/_pids /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_pine /usr/lo= cal/share/zsh/4.2.5/functions/Completion/Unix/_ports /usr/local/share/zsh/4= .2.5/functions/Completion/Unix/_postfix /usr/local/share/zsh/4.2.5/function= s/Completion/Unix/_prcs /usr/local/share/zsh/4.2.5/functions/Completion/Uni= x/_printenv /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_printers = /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_ps /usr/local/share/z= sh/4.2.5/functions/Completion/Unix/_pspdf /usr/local/share/zsh/4.2.5/functi= ons/Completion/Unix/_psutils /usr/local/share/zsh/4.2.5/functions/Completio= n/Unix/_python /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_raggle= /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_rar /usr/local/share= /zsh/4.2.5/functions/Completion/Unix/_rcs /usr/local/share/zsh/4.2.5/functi= ons/Completion/Unix/_renice /usr/local/share/zsh/4.2.5/functions/Completion= /Unix/_rlogin /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_rsync /= usr/local/share/zsh/4.2.5/functions/Completion/Unix/_ruby /usr/local/share/= zsh/4.2.5/functions/Completion/Unix/_sablotron /usr/local/share/zsh/4.2.5/f= unctions/Completion/Unix/_samba /usr/local/share/zsh/4.2.5/functions/Comple= tion/Unix/_sccs /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_scree= n /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_sed /usr/local/shar= e/zsh/4.2.5/functions/Completion/Unix/_services /usr/local/share/zsh/4.2.5/= functions/Completion/Unix/_sh /usr/local/share/zsh/4.2.5/functions/Completi= on/Unix/_signals /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_slrn= /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_socket /usr/local/sh= are/zsh/4.2.5/functions/Completion/Unix/_spamassassin /usr/local/share/zsh/= 4.2.5/functions/Completion/Unix/_ssh /usr/local/share/zsh/4.2.5/functions/C= ompletion/Unix/_strip /usr/local/share/zsh/4.2.5/functions/Completion/Unix/= _stty /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_su /usr/local/s= hare/zsh/4.2.5/functions/Completion/Unix/_subversion /usr/local/share/zsh/4= .2.5/functions/Completion/Unix/_sudo /usr/local/share/zsh/4.2.5/functions/C= ompletion/Unix/_sysctl /usr/local/share/zsh/4.2.5/functions/Completion/Unix= /_tar /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_tar_archive /us= r/local/share/zsh/4.2.5/functions/Completion/Unix/_telnet /usr/local/share/= zsh/4.2.5/functions/Completion/Unix/_terminals /usr/local/share/zsh/4.2.5/f= unctions/Completion/Unix/_tex /usr/local/share/zsh/4.2.5/functions/Completi= on/Unix/_texi /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_texinfo= /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_tidy /usr/local/shar= e/zsh/4.2.5/functions/Completion/Unix/_tiff /usr/local/share/zsh/4.2.5/func= tions/Completion/Unix/_tilde_files /usr/local/share/zsh/4.2.5/functions/Com= pletion/Unix/_time_zone /usr/local/share/zsh/4.2.5/functions/Completion/Uni= x/_tin /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_tla /usr/local= /share/zsh/4.2.5/functions/Completion/Unix/_unace /usr/local/share/zsh/4.2.= 5/functions/Completion/Unix/_uniq /usr/local/share/zsh/4.2.5/functions/Comp= letion/Unix/_urls /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_use= r_admin /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_user_at_host = /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_users /usr/local/shar= e/zsh/4.2.5/functions/Completion/Unix/_users_on /usr/local/share/zsh/4.2.5/= functions/Completion/Unix/_vorbis /usr/local/share/zsh/4.2.5/functions/Comp= letion/Unix/_vux /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_w3m = /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_webbrowser /usr/local= /share/zsh/4.2.5/functions/Completion/Unix/_wget /usr/local/share/zsh/4.2.5= /functions/Completion/Unix/_whereis /usr/local/share/zsh/4.2.5/functions/Co= mpletion/Unix/_whois /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_= wiggle /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_xargs /usr/loc= al/share/zsh/4.2.5/functions/Completion/Unix/_xmlsoft /usr/local/share/zsh/= 4.2.5/functions/Completion/Unix/_yodl /usr/local/share/zsh/4.2.5/functions/= Completion/Unix/_yp /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_z= cat /usr/local/share/zsh/4.2.5/functions/Completion/Unix/_zdump /usr/local/= share/zsh/4.2.5/functions/Completion/Unix/_zip /usr/local/share/zsh/4.2.5/f= unctions/Completion/X/_acroread /usr/local/share/zsh/4.2.5/functions/Comple= tion/X/_dcop /usr/local/share/zsh/4.2.5/functions/Completion/X/_gnome-gv /u= sr/local/share/zsh/4.2.5/functions/Completion/X/_gqview /usr/local/share/zs= h/4.2.5/functions/Completion/X/_gv /usr/local/share/zsh/4.2.5/functions/Com= pletion/X/_kfmclient /usr/local/share/zsh/4.2.5/functions/Completion/X/_moz= illa /usr/local/share/zsh/4.2.5/functions/Completion/X/_mplayer /usr/local/= share/zsh/4.2.5/functions/Completion/X/_nedit /usr/local/share/zsh/4.2.5/fu= nctions/Completion/X/_netscape /usr/local/share/zsh/4.2.5/functions/Complet= ion/X/_vnc /usr/local/share/zsh/4.2.5/functions/Completion/X/_x_arguments /= usr/local/share/zsh/4.2.5/functions/Completion/X/_x_borderwidth /usr/local/= share/zsh/4.2.5/functions/Completion/X/_x_color /usr/local/share/zsh/4.2.5/= functions/Completion/X/_x_colormapid /usr/local/share/zsh/4.2.5/functions/C= ompletion/X/_x_cursor /usr/local/share/zsh/4.2.5/functions/Completion/X/_x_= display /usr/local/share/zsh/4.2.5/functions/Completion/X/_x_extension /usr= /local/share/zsh/4.2.5/functions/Completion/X/_x_font /usr/local/share/zsh/= 4.2.5/functions/Completion/X/_x_geometry /usr/local/share/zsh/4.2.5/functio= ns/Completion/X/_x_keysym /usr/local/share/zsh/4.2.5/functions/Completion/X= /_x_locale /usr/local/share/zsh/4.2.5/functions/Completion/X/_x_modifier /u= sr/local/share/zsh/4.2.5/functions/Completion/X/_x_name /usr/local/share/zs= h/4.2.5/functions/Completion/X/_x_resource /usr/local/share/zsh/4.2.5/funct= ions/Completion/X/_x_selection_timeout /usr/local/share/zsh/4.2.5/functions= /Completion/X/_x_title /usr/local/share/zsh/4.2.5/functions/Completion/X/_x= _utils /usr/local/share/zsh/4.2.5/functions/Completion/X/_x_visual /usr/loc= al/share/zsh/4.2.5/functions/Completion/X/_x_window /usr/local/share/zsh/4.= 2.5/functions/Completion/X/_xauth /usr/local/share/zsh/4.2.5/functions/Comp= letion/X/_xdvi /usr/local/share/zsh/4.2.5/functions/Completion/X/_xfig /usr= /local/share/zsh/4.2.5/functions/Completion/X/_xloadimage /usr/local/share/= zsh/4.2.5/functions/Completion/X/_xmodmap /usr/local/share/zsh/4.2.5/functi= ons/Completion/X/_xset /usr/local/share/zsh/4.2.5/functions/Completion/X/_x= t_arguments /usr/local/share/zsh/4.2.5/functions/Completion/X/_xt_session_i= d /usr/local/share/zsh/4.2.5/functions/Completion/X/_xterm /usr/local/share= /zsh/4.2.5/functions/Completion/X/_xv /usr/local/share/zsh/4.2.5/functions/= Completion/X/_xwit /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_ali= as /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_aliases /usr/local/= share/zsh/4.2.5/functions/Completion/Zsh/_arrays /usr/local/share/zsh/4.2.5= /functions/Completion/Zsh/_assign /usr/local/share/zsh/4.2.5/functions/Comp= letion/Zsh/_autocd /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_bin= dkey /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_brace_parameter /= usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_builtin /usr/local/shar= e/zsh/4.2.5/functions/Completion/Zsh/_cd /usr/local/share/zsh/4.2.5/functio= ns/Completion/Zsh/_command /usr/local/share/zsh/4.2.5/functions/Completion/= Zsh/_command_names /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_com= pdef /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_condition /usr/lo= cal/share/zsh/4.2.5/functions/Completion/Zsh/_default /usr/local/share/zsh/= 4.2.5/functions/Completion/Zsh/_directory_stack /usr/local/share/zsh/4.2.5/= functions/Completion/Zsh/_dirs /usr/local/share/zsh/4.2.5/functions/Complet= ion/Zsh/_disable /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_echot= c /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_echoti /usr/local/sh= are/zsh/4.2.5/functions/Completion/Zsh/_emulate /usr/local/share/zsh/4.2.5/= functions/Completion/Zsh/_enable /usr/local/share/zsh/4.2.5/functions/Compl= etion/Zsh/_equal /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_fc /u= sr/local/share/zsh/4.2.5/functions/Completion/Zsh/_file_descriptors /usr/lo= cal/share/zsh/4.2.5/functions/Completion/Zsh/_first /usr/local/share/zsh/4.= 2.5/functions/Completion/Zsh/_functions /usr/local/share/zsh/4.2.5/function= s/Completion/Zsh/_hash /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/= _in_vared /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_jobs /usr/lo= cal/share/zsh/4.2.5/functions/Completion/Zsh/_jobs_bg /usr/local/share/zsh/= 4.2.5/functions/Completion/Zsh/_jobs_builtin /usr/local/share/zsh/4.2.5/fun= ctions/Completion/Zsh/_jobs_fg /usr/local/share/zsh/4.2.5/functions/Complet= ion/Zsh/_kill /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_limit /u= sr/local/share/zsh/4.2.5/functions/Completion/Zsh/_limits /usr/local/share/= zsh/4.2.5/functions/Completion/Zsh/_math /usr/local/share/zsh/4.2.5/functio= ns/Completion/Zsh/_mere /usr/local/share/zsh/4.2.5/functions/Completion/Zsh= /_options /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_options_set = /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_options_unset /usr/loc= al/share/zsh/4.2.5/functions/Completion/Zsh/_parameter /usr/local/share/zsh= /4.2.5/functions/Completion/Zsh/_parameters /usr/local/share/zsh/4.2.5/func= tions/Completion/Zsh/_precommand /usr/local/share/zsh/4.2.5/functions/Compl= etion/Zsh/_print /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_promp= t /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_read /usr/local/shar= e/zsh/4.2.5/functions/Completion/Zsh/_redirect /usr/local/share/zsh/4.2.5/f= unctions/Completion/Zsh/_sched /usr/local/share/zsh/4.2.5/functions/Complet= ion/Zsh/_set /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_setopt /u= sr/local/share/zsh/4.2.5/functions/Completion/Zsh/_source /usr/local/share/= zsh/4.2.5/functions/Completion/Zsh/_stat /usr/local/share/zsh/4.2.5/functio= ns/Completion/Zsh/_subscript /usr/local/share/zsh/4.2.5/functions/Completio= n/Zsh/_suffix_alias_files /usr/local/share/zsh/4.2.5/functions/Completion/Z= sh/_tilde /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_trap /usr/lo= cal/share/zsh/4.2.5/functions/Completion/Zsh/_ttyctl /usr/local/share/zsh/4= .2.5/functions/Completion/Zsh/_typeset /usr/local/share/zsh/4.2.5/functions= /Completion/Zsh/_ulimit /usr/local/share/zsh/4.2.5/functions/Completion/Zsh= /_unhash /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_unsetopt /usr= /local/share/zsh/4.2.5/functions/Completion/Zsh/_value /usr/local/share/zsh= /4.2.5/functions/Completion/Zsh/_vared /usr/local/share/zsh/4.2.5/functions= /Completion/Zsh/_vars /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_= wait /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_which /usr/local/= share/zsh/4.2.5/functions/Completion/Zsh/_zcompile /usr/local/share/zsh/4.2= .5/functions/Completion/Zsh/_zed /usr/local/share/zsh/4.2.5/functions/Compl= etion/Zsh/_zftp /usr/local/share/zsh/4.2.5/functions/Completion/Zsh/_zle /u= sr/local/share/zsh/4.2.5/functions/Completion/Zsh/_zmodload /usr/local/shar= e/zsh/4.2.5/functions/Completion/Zsh/_zmv /usr/local/share/zsh/4.2.5/functi= ons/Completion/Zsh/_zpty /usr/local/share/zsh/4.2.5/functions/Completion/Zs= h/_zstyle ) +compaudit:81> [[ ask =3D=3D use ]] +compaudit:89> local GROUP GROUPMEM _i_pw _i_gid _i_ulwdirs +compaudit:90> (( UID =3D=3D EUID )) +compaudit:91> getent group johann +compaudit:91> IFS=3D: +compaudit:91> read GROUP _i_pw _i_gid GROUPMEM +getent:1> [[ johann =3D=3D '<->' ]] +getent:4> grep '^johann:' /etc/group +compaudit:106> [[ '' =3D=3D johann ]] +compaudit:110> _i_wdirs=3D( ) +compaudit:114> [[ -f /etc/debian_version ]] +compaudit:120> _i_wdirs=3D( ) +compaudit:121> _i_wfiles=3D( ) +compaudit:123> case 0:0 (0:0) +compaudit:124> _i_q=3D'' +compaudit:130> [[ -n '' ]] +compaudit:137> return 0 +compinit:437> autoload -Uz compdump compinstall +compinit:441> _i_done=3D'' +compinit:443> [[ -f /home/johann/.zcompdump ]] +compinit:444> [[ -n yes ]] +compinit:445> read -rA _i_line +compinit:446> [[ _i_autodump -eq 1 && 426 -eq 426 && 4.2.5 =3D=3D 4.2.5 ]] +compinit:449> . /home/johann/.zcompdump +/home/johann/.zcompdump:3> _comps=3D( -command-line- _normal -redirect-,-d= efault-,-default- _files '-redirect-,<,bunzip2' _bzip2 '-redirect-,<,bzip2'= _bzip2 '-redirect-,<,compress' _compress '-redirect-,<,gunzip' _gzip '-red= irect-,<,gzip' _gzip '-redirect-,<,uncompress' _compress '-redirect-,>,bzip= 2' _bzip2 '-redirect-,>,compress' _compress '-redirect-,>,gzip' _gzip -valu= e-,ANT_ARGS,-default- _ant -value-,CFLAGS,-default- _gcc -value-,CPPFLAGS,-= default- _gcc -value-,GREP_OPTIONS,-default- _grep -value-,GZIP,-default- _= gzip -value-,LANG,-default- _locales -value-,LANGUAGE,-default- _locales -v= alue-,LDFLAGS,-default- _gcc -value-,LESS,-default- _less -value-,LESSCHARS= ET,-default- _less -value-,TERMINFO_DIRS,-default- _dir_list -value-,VALGRI= ND_OPTS,-default- _valgrind Mail _mail a2ps _a2ps aaaa _hosts aap _aap ali = _mh animate _imagemagick ant _ant antiword _antiword apache2ctl _apachectl = apachectl _apachectl apm _apm appletviewer _java apropos _man apt-cache _ap= t apt-cdrom _apt apt-config _apt apt-get _apt apt-move _apt-move apt-show-v= ersions _apt-show-versions aptitude _aptitude arp _arp arping _arping attr = _attr auto-apt _auto-apt baz _baz bison _bison bogofilter _bogofilter bogot= une _bogofilter bogoutil _bogofilter btdownloadcurses _bittorrent btdownloa= dgui _bittorrent btdownloadheadless _bittorrent btlaunchmany _bittorrent bt= launchmanycurses _bittorrent btmakemetafile _bittorrent btreannounce _bitto= rrent btrename _bittorrent bts _bts btshowmetainfo _bittorrent bttrack _bit= torrent bug _bug buildhash _ispell bunzip2 _bzip2 burst _mh bzcat _bzip2 bz= ip2 _bzip2 bzip2recover _bzip2 cal _cal cdcd _cdcd cdrecord _cdrecord chfla= gs _chflags chgrp _chown chkconfig _chkconfig chmod _chmod chown _chown cle= ar _nothing combine _imagemagick comp _mh composite _imagemagick compress _= compress configure _configure convert _imagemagick cpio _cpio cvs _cvs cvsu= p _cvsup cygcheck _cygcheck cygcheck.exe _cygcheck cygpath _cygpath cygpath= .exe _cygpath cygrunsrv _cygrunsrv cygrunsrv.exe _cygrunsrv cygserver _cygs= erver cygserver.exe _cygserver cygstart _cygstart cygstart.exe _cygstart da= rcs _darcs dch _debchange dd _dd debchange _debchange debfoster _debfoster = debsign _debsign defaults _defaults df _directories dict _dict diff _diff d= ircmp _directories display _imagemagick dist _mh dmake _make dosdel _floppy= dosread _floppy dpkg _dpkg dpkg-deb _dpkg dpkg-reconfigure _dpkg dpkg-sour= ce _dpkg_source dput _dput du _du dumper _dumper dumper.exe _dumper dupload= _dupload dvibook _dvi dviconcat _dvi dvicopy _dvi dvidvi _dvi dvips _dvi d= viselect _dvi dvitodvi _dvi dvitype _dvi ecasound _ecasound egrep _grep eli= nks _elinks elm _elm enscript _enscript explodepkg _pkgtool extcheck _java = fakeroot _fakeroot false _nothing fetchmail _fetchmail fgrep _grep figlet _= figlet find _find findaffix _ispell finger _finger fink _fink flex _flex fl= ist _mh flists _mh folder _mh folders _mh forw _mh fsh _fsh ftp _hosts g++ = _gcc gcc _gcc gdb _gdb gdiff _diff getclip _getclip getclip.exe _getclip ge= tconf _getconf getent _getent getfacl _getfacl getfacl.exe _getfacl getfatt= r _attr ghostscript _gs global _global gls _ls gmake _make gpg _gpg gpgv _g= pg gphoto2 _gphoto2 gprof _gprof grep _grep groupdel _groups gs _gs gunzip = _gzip gzcat _gzip gzip _gzip hdiutil _hdiutil host _hosts icombine _ispell = iconv _iconv identify _imagemagick ifconfig _ifconfig ifdown _net_interface= s ifup _net_interfaces ijoin _ispell import _imagemagick inc _mh insmod _mo= dutils installpkg _pkgtool iptables _iptables iptables-restore _iptables ip= tables-save _iptables irssi _irssi ispell _ispell jar _java jarsigner _java= java _java javac _java javadoc _java javah _java javap _java jdb _java joe= _joe keytool _java killall _killall killall5 _killall kldload _kld kldunlo= ad _kld last _last lastb _last less _less lftp _ncftp links _links lintian = _lintian linux _uml loadkeys _loadkeys log _nothing logname _nothing look _= look losetup _losetup lp _lp lpq _lp lpr _lp lprm _lp ls _ls lscfg _lscfg l= sdev _lsdev lslv _lslv lsmod _modutils lsof _lsof lspv _lspv lsvg _lsvg lyn= x _lynx lzop _lzop mail _mail mailx _mail make _make make-kpkg _make-kpkg m= akepkg _pkgtool man _man mark _mh mattrib _mtools mcd _mtools mcopy _mtools= mdel _mtools mdeltree _mtools mdir _mtools mdu _mtools mencal _mencal mfor= mat _mtools mhlist _mh mhmail _mh mhn _mh mhparam _mh mhpath _mh mhshow _mh= mhstore _mh mkshortcut _mkshortcut mkshortcut.exe _mkshortcut mkzsh _mkzsh= mkzsh.exe _mkzsh mlabel _mtools mmd _mtools mmount _mtools mmove _mtools m= odinfo _modutils modprobe _modutils mogrify _imagemagick mondoarchive _mond= o montage _imagemagick mount _mount mpc _mpc mrd _mtools mread _mtools mren= _mtools mt _mt mtoolstest _mtools mtr _mtr mtype _mtools munchlist _ispell= mush _mail mutt _mutt mx _hosts mysql _mysql_utils mysqladmin _mysql_utils= mysqldiff _mysqldiff mysqldump _mysql_utils mysqlimport _mysql_utils mysql= show _mysql_utils nail _mail native2ascii _java nc _netcat ncal _cal ncftp = _ncftp netcat _netcat newgrp _groups next _mh nice _nice nmap _nmap ns _hos= ts nslookup _nslookup ntalk _other_accounts odme _object_classes odmget _ob= ject_classes odmshow _object_classes open _open pack _pack packf _mh patch = _patch pcat _pack pick _mh ping _hosts pkg_add _bsd_pkg pkg_create _bsd_pkg= pkg_deinstall _pkgtools pkg_delete _bsd_pkg pkg_fetch _pkgtools pkg_glob _= pkgtools pkg_info _bsd_pkg pkg_sort _pkgtools pkg_which _pkgtools pkgdb _pk= gtools pkgtool _pkgtool pmake _make policytool _java portcvsweb _pkgtools p= ortinstall _pkgtools ports_glob _pkgtools portsclean _pkgtools portsdb _pkg= tools portupgrade _pkgtools portversion _pkgtools prev _mh pscp _pscp pscp.= exe _pscp putclip _putclip putclip.exe _putclip querybts _bug refile _mh re= movepkg _pkgtool repl _mh reportbug _bug rmdir _directories rmf _mh rmic _j= ava rmid _java rmiregistry _java rmm _mh rmmod _modutils rpm _rpm rup _host= s rwho _hosts scan _mh serialver _java service _service setfattr _attr show= _mh smit _smit smitty _smit soa _hosts sync _nothing talk _other_accounts = times _nothing traceroute _hosts true _nothing tryaffix _ispell tunctl _uml= txt _hosts uml_mconsole _uml uml_moo _uml uml_switch _uml umount _mount un= compress _compress unpack _pack update-alternatives _update-alternatives up= date-rc.d _update-rc.d upgradepkg _pkgtool urpme _urpmi urpmi _urpmi urpmi.= addmedia _urpmi urpmi.removemedia _urpmi urpmi.update _urpmi urpmq _urpmi v= algrind _valgrind wajig _wajig whatis _man whoami _nothing whom _mh xping _= hosts xtp _imagemagick ytalk _other_accounts zmail _mail zone _hosts ) +/home/johann/.zcompdump:403> _services=3D( '-redirect-,<,bunzip2' bunzip2 = '-redirect-,<,bzip2' bzip2 '-redirect-,<,compress' compress '-redirect-,<,g= unzip' gunzip '-redirect-,<,gzip' gzip '-redirect-,<,uncompress' uncompress= '-redirect-,>,bzip2' bunzip2 '-redirect-,>,compress' uncompress '-redirect= -,>,gzip' gunzip Mail mail bzcat bunzip2 dch debchange gzcat gunzip mailx m= ail nail mail pcat unpack ) +/home/johann/.zcompdump:422> _patcomps=3D( '*/(init|rc[0-9S]#).d/*' _init_= d ) +/home/johann/.zcompdump:426> _postpatcomps=3D( '(p[bgpn]m*|*top[bgpn]m)' _= pbm '-value-,*PATH,-default-' _dir_list '-value-,*path,-default-' _director= ies '-value-,LC_*,-default-' _locales ) +/home/johann/.zcompdump:433> _compautos=3D( _call_program +X ) +/home/johann/.zcompdump:437> zle -C _bash_complete-word .complete-word _ba= sh_completions +/home/johann/.zcompdump:438> zle -C _bash_list-choices .list-choices _bash= _completions +/home/johann/.zcompdump:439> zle -C _complete_debug .complete-word _comple= te_debug +/home/johann/.zcompdump:440> zle -C _complete_help .complete-word _complet= e_help +/home/johann/.zcompdump:441> zle -C _complete_tag .complete-word _complete= _tag +/home/johann/.zcompdump:442> zle -C _correct_filename .complete-word _corr= ect_filename +/home/johann/.zcompdump:443> zle -C _correct_word .complete-word _correct_= word +/home/johann/.zcompdump:444> zle -C _expand_alias .complete-word _expand_a= lias +/home/johann/.zcompdump:445> zle -C _expand_word .complete-word _expand_wo= rd +/home/johann/.zcompdump:446> zle -C _history-complete-newer .complete-word= _history_complete_word +/home/johann/.zcompdump:447> zle -C _history-complete-older .complete-word= _history_complete_word +/home/johann/.zcompdump:448> zle -C _list_expansions .list-choices _expand= _word +/home/johann/.zcompdump:449> zle -C _most_recent_file .complete-word _most= _recent_file +/home/johann/.zcompdump:450> zle -C _next_tags .list-choices _next_tags +/home/johann/.zcompdump:451> zle -C _read_comp .complete-word _read_comp +/home/johann/.zcompdump:452> bindkey '^X^R' _read_comp +/home/johann/.zcompdump:453> bindkey '^X?' _complete_debug +/home/johann/.zcompdump:454> bindkey '^XC' _correct_filename +/home/johann/.zcompdump:455> bindkey '^Xa' _expand_alias +/home/johann/.zcompdump:456> bindkey '^Xc' _correct_word +/home/johann/.zcompdump:457> bindkey '^Xd' _list_expansions +/home/johann/.zcompdump:458> bindkey '^Xe' _expand_word +/home/johann/.zcompdump:459> bindkey '^Xh' _complete_help +/home/johann/.zcompdump:460> bindkey '^Xm' _most_recent_file +/home/johann/.zcompdump:461> bindkey '^Xn' _next_tags +/home/johann/.zcompdump:462> bindkey '^Xt' _complete_tag +/home/johann/.zcompdump:463> bindkey '^X~' _bash_list-choices +/home/johann/.zcompdump:464> bindkey '^[,' _history-complete-newer +/home/johann/.zcompdump:465> bindkey '^[/' _history-complete-older +/home/johann/.zcompdump:466> bindkey '^[~' _bash_complete-word +/home/johann/.zcompdump:468> autoload -Uz _a2ps _aap _all_labels _all_matc= hes _alternative _ant _antiword _apachectl _apm _approximate _apt _apt-move= _apt-show-versions _aptitude _arg_compile _arguments _arp _arping _attr _a= uto-apt _bash_completions _baz _bison _bittorrent _bogofilter _bsd_pkg _bts= _bug _bzip2 _cache_invalid _cal _call_function _cdcd _cdrecord _chflags _c= hkconfig _chmod _chown _combination _complete _complete_debug _complete_hel= p _complete_tag _compress _configure _correct _correct_filename _correct_wo= rd _cpio _cvs _cvsup _cygcheck _cygpath _cygrunsrv _cygserver _cygstart _da= rcs _dd _deb_packages _debchange _debfoster _debsign _defaults _describe _d= escription _dict _dict_words _diff _diff_options _dir_list _directories _di= spatch _domains _dpkg _dpkg_source _dput _du _dumper _dupload _dvi _ecasoun= d _elinks _elm _email_addresses _enscript _expand _expand_alias _expand_wor= d _fakeroot _fetchmail _figlet _file_systems _files _find _finger _fink _fl= ex _floppy _fsh _gcc _gdb _generic _getclip _getconf _getent _getfacl _glob= al _global_tags _gnu_generic _gpg _gphoto2 _gprof _grep _groups _gs _guard = _gzip _hdiutil _history _history_complete_word _hosts _iconv _ifconfig _ign= ored _imagemagick _init_d _iptables _irssi _ispell _java _java_class _joe _= killall _kld _last _less _links _lintian _list _loadkeys _locales _logical_= volumes _look _losetup _lp _ls _lscfg _lsdev _lslv _lsof _lspv _lsvg _lynx = _lzop _mac_applications _mac_files_for_application _mail _mailboxes _main_c= omplete _make _make-kpkg _man _match _mencal _menu _message _mh _mime_types= _mkshortcut _mkzsh _modutils _mondo _most_recent_file _mount _mpc _mt _mto= ols _mtr _multi_parts _mutt _my_accounts _mysql_utils _mysqldiff _ncftp _ne= t_interfaces _netcat _newsgroups _next_label _next_tags _nice _nmap _normal= _nothing _nslookup _object_classes _oldlist _open _other_accounts _pack _p= atch _path_files _pbm _physical_volumes _pick_variant _pkgtool _pkgtools _p= refix _pscp _putclip _read_comp _regex_arguments _requested _retrieve_cache= _retrieve_mac_apps _rpm _sep_parts _service _set_command _setup _smit _sto= re_cache _sub_commands _tags _uml _update-alternatives _update-rc.d _urpmi = _valgrind _values _volume_groups _wajig _wanted +/home/johann/.zcompdump:515> autoload -Uz +X _call_program +/home/johann/.zcompdump:517> typeset -gUa _comp_assocs +/home/johann/.zcompdump:518> _comp_assocs=3D( ) +compinit:450> _i_done=3Dyes +compinit:457> [[ -z yes ]] +compinit:494> _i_line=3Dcomplete-word +compinit:497> zle -C complete-word .complete-word _main_complete +compinit:494> _i_line=3Ddelete-char-or-list +compinit:497> zle -C delete-char-or-list .delete-char-or-list _main_comple= te +compinit:494> _i_line=3Dexpand-or-complete +compinit:497> zle -C expand-or-complete .expand-or-complete _main_complete +compinit:494> _i_line=3Dexpand-or-complete-prefix +compinit:497> zle -C expand-or-complete-prefix .expand-or-complete-prefix = _main_complete +compinit:494> _i_line=3Dlist-choices +compinit:497> zle -C list-choices .list-choices _main_complete +compinit:494> _i_line=3Dmenu-complete +compinit:497> zle -C menu-complete .menu-complete _main_complete +compinit:494> _i_line=3Dmenu-expand-or-complete +compinit:497> zle -C menu-expand-or-complete .menu-expand-or-complete _mai= n_complete +compinit:494> _i_line=3Dreverse-menu-complete +compinit:497> zle -C reverse-menu-complete .reverse-menu-complete _main_co= mplete +compinit:499> zle -la menu-select +compinit:503> read -A _i_line +compinit:503> bindkey '^i' +compinit:504> [[ expand-or-complete =3D=3D expand-or-complete ]] +compinit:505> zstyle -a :completion: completer _i_line +compinit:510> unfunction compinit compaudit +compinit:511> autoload -Uz compinit compaudit +compinit:513> return 0 +/etc/zshrc:30> zstyle ':completion:*' completer _complete _prefix +/etc/zshrc:31> zstyle ':completion::prefix-1:*' completer _complete +/etc/zshrc:32> zstyle ':completion:incremental:*' completer _complete _cor= rect +/etc/zshrc:33> zstyle ':completion:predict:*' completer _complete +/etc/zshrc:34> zstyle ':completion::complete:*' use-cache 1 +/etc/zshrc:35> zstyle ':completion::complete:*' cache-path /home/johann/.z= sh/cache/ninja.terrabionic.com +/etc/zshrc:36> zstyle ':completion:*' expand yes +/etc/zshrc:37> zstyle ':completion:*' squeeze-slashes yes +/etc/zshrc:38> zstyle ':completion::complete:*' '\' +/etc/zshrc:39> zstyle ':completion::complete:*:tar:directories' file-patte= rns '*~.*(-/)' +/etc/zshrc:40> zstyle ':completion:*:complete:-command-::commands' ignored= -patterns '*\~' +/etc/zshrc:41> zstyle ':completion:*:matches' group yes +/etc/zshrc:42> zstyle ':completion:*:descriptions' format '%B---- %d%b' +/etc/zshrc:43> zstyle ':completion:*:messages' format '%B%U---- %d%u%b' +/etc/zshrc:44> zstyle ':completion:*:warnings' format '%B%U---- no match f= or: %d%u%b' +/etc/zshrc:45> zstyle ':completion:*:options' description yes +/etc/zshrc:46> zstyle ':completion:*:options' auto-description %d +/etc/zshrc:47> zstyle ':completion:*:history-words' stop verbose +/etc/zshrc:48> zstyle ':completion:*:history-words' remove-all-dups yes +/etc/zshrc:49> zstyle ':completion:*:history-words' list false +/etc/zshrc:50> zstyle ':completion:*:default' list-colors +/etc/zshrc:52> PROMPT=3D'%{%}(%{%}%n%{%}@%{%}%m%{%})%{%}%{%}(%{%}%D{%H:%M}= %{%}:%{%}%D{%m/%d/%y}%{%})%{%}%{ %}%{%}(%{%}%#%{%}:%{%}%~%{%})%{%} ' +/etc/zshrc:54> [[+/etc/zshrc:1> whoami +/etc/zshrc:54> [[ johann =3D=3D root ]] Pressing tab after this, makes it all flush down my screen all over again. Or something similar to it ... Something is wrong, isn't it? -- Fafa Hafiz Krantz Research Designer @ http://www.home.no/barbershop Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf --=20 ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm