Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206241 Details for
Bug 287885
app-shells/zsh-completion-20091203-r1: completion for pdf files always prints 'No matches'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my ~/.zshenv
.zshenv (text/plain), 4.29 KB, created by
malli
on 2009-10-06 11:28:33 UTC
(
hide
)
Description:
my ~/.zshenv
Filename:
MIME Type:
Creator:
malli
Created:
2009-10-06 11:28:33 UTC
Size:
4.29 KB
patch
obsolete
>export NOSPLASH=0 >export NOWELCOME=0 >HISTSIZE=100 >#SAVEHIST=100000 >#HISTFILE=~/.history >#DIRSTACKSIZE=1000 >cdpath=(. ~ ~/stud ~/uh) > > ># path modifications and stuff probly should be placed in /etc/profile (which is systemwide) >#export CCACHE_PREFIX="distcc" >#export PATH="/usr/lib/ccache/bin:$PATH:/usr/local/bin:/home/totycro/bin:/sbin:/usr/sbin:/opt/bin" >#WHITE=`print -P "%{\e[0;37m%}"` >#BLACK=`print -P "%{\e[0;30m%}"` >#RED=`print -P "%{\e[0;31m%}"` >#GREEN=`print -P "%{\e[0;32m%}"` >#YELLOW=`print -P "%{\e[0;33m%}"` >#BLUE=`print -P "%{\e[0;34m%}"` >#PURPLE=`print -P "%{\e[0;35m%}"` >#CYAN=`print -P "%{\e[0;36m%}"` >#export WHITE BLACK RED GREEN YELLOW BLUE PURPLE CYAN >#function precmd { >#export PS1="$? | %{${YELLOW}%}[%(!.%{${RED}%}%n. %{${GREEN}%}%n)%{${YELLOW}%}@%{${CYAN}%}%m%{${YELLOW}%} ] %{${GREEN}%}%~ %{${BLUE}%}-=%{${GREEN}%}%D{%a %d.%m.%Y} %*%{${BLUE}%}=-%{${WHITE}%} >#{ "} > ># colored: >#export PS1="$? | %(!.%n.%n)%{${YELLOW}%}@%{${CYAN}%}%m%{${YELLOW}%} ] %{${GREEN}%}%~ %{${BLUE}%}-=%{${GREEN}%}%D{%a %d.%m.%Y} %*%{${BLUE}%}=-%{${WHITE}%} > ># white: >#export PS1="$? | [ %n@%m ] %~ %D{%a %d.%m.%Y} %* >#{ "} > ># small: >#export PS1="$? %B[>]%b "} > >HOSTNAME_IF_DIFFERENT="$(if [ "thinkpad" != "`hostname`" ] ; then hostname ; fi)" > >function precmd { >export PS1="$? %m [>] " } >export RPS1="%~ %D{%H:%M}" > >#%D{%a %d.%m.%Y}" > >#export RPS1="} " ># alte cfg: >#export PS1="%{${YELLOW}%}[%(!.%{${RED}%}%n. %{${GREEN}%}%n)%{${YELLOW}%}@%{${CYAN}%}%m%{${YELLOW}%} ] %{${GREEN}%}%~${INFO} >#{"} >#export RPS1="} %{${BLUE}%}-=%{${GREEN}%}%D{%a %d.%m.%Y} %*%{${BLUE}%}=-%{${WHITE}%}" >export SPROMPT='%R - WTF???? : %r ' >export PS2="%{${CYAN}%}<--%_-->%" >#preexec () { ># emulate -L zsh # wieso eigene shell emulieren? ># #local -a cmd; cmd=(${(z)1}) ># #title $cmd[1]:t "$cmd[2,-1]" >#} > >SELECTMIN=5 >ZLS_COLOURS='ma=7:di=0:ex=0:bd=0:cd=0:ln=0:so=0' > >export PGPPATH=~/.gnupg > >#typeset -xUT LS_COLORS ls_colors >#ls_colors=( ># "no=00" ># "fi=00" ># "di=00;36" ># "ln=00;37" ># "pi=40;33" ># "so=00;35" ># "bd=40;33;01" ># "cd=40;33;01" ># "or=01;05;37;41" ># "mi=01;05;37;41" ># "ex=00;32" ># ># "*.cmd=00;32" ># "*.exe=00;32" ># "*.sh=00;32" ># "*.csh=00;32" ># "*.bash=00;32" ># "*.zsh=00;32" ># ># "*.tar=00;31" ># "*.tgz=00;31" ># "*.arj=00;31" ># "*.taz=00;31" ># "*.lzh=00;31" ># "*.zip=00;31" ># "*.z=00;31" ># "*.Z=00;31" ># "*.gz=00;31" ># "*.bz2=00;31" ># "*.bz=00;31" ># "*.tz=00;31" ># ># "*.rpm=00;31" ># "*.cpio=00;31" ># ># "*.jpg=00;35" ># "*.gif=00;35" ># "*.bmp=00;35" ># "*.xbm=00;35" ># "*.xpm=00;35" ># "*.png=00;35" ># "*.tif=00;35" ># ># "*#=4" ># "*%=4" ># "*~=4" ># ># "*README*=31;4" ># "*eadme*=31;4" ># "*eadme.jp*=31;4" ># "*EADME.jp*=31;4" ># ># "*.c=31" ># "*.cc=31" ># "*.cpp=31" ># "*.C=31" ># "*.cxx=31" ># "*.o=34" ># "*.h=33" ># "*.java=31" ># "*.class=35" ># ># "*akefile=31;43" ># "*akefile.linux=31;43" ># "*akefile.in=31;43" ># "*akefile.am=31;43" ># "*onfigure.in=31;43" ># ># "*.html=31" ># "*.htm=31" ># "*.shtml=31" ># "*.tex=31" ># "*.lyx=31" ># "*.mgp=31" ># "*.pl=31" ># "*.eps=35" ># "*.ppm=35" ># "*.tif=35" ># ># "*.ogg=33;4" ># "*.flac=33;4" ># "*.mp3=33;4" ># "*.wav=35;4" ># "*.mpg=35;4" ># "*.MPG=35;4" ># "*.mpeg=35;4" ># "*.MPEG=35;4" ># "*.avi=35;4" ># "*.AVI=35;4" ># "*.rm=35;4" ># "*.RM=35;4" ># "*.ram=35;4" ># "*.RAM=35;4" ># "*.wmv=35;4" ># "*.WMV=35;4" ># >## ${ls_colors} >#) > >typeset -x PAGER=less >typeset -x MANPAGER=${PAGER} >typeset -x READNULLCMD=${PAGER} >typeset -x NULLCMD=cat >typeset -x EDITOR="vim" >typeset -x MALLOC_CHECK=2 >typeset -x USER=${USERNAME} >typeset -x HOSTNAME=${HOST} > >alias -g ...='../..' >alias -g ....='../../..' >alias -g DN=/dev/null > >alias -s txt=vim >alias -s url=vim >alias -s dvi=xdvi >alias -s pdf=xpdf >alias -s ps=gv >alias -s chm=xchm >alias -s tex=vim >alias -s cpp=vim >alias -s h=vim >alias -s Makefile=vim >alias -s nfo=vim > >alias -s ogg=mplayer >alias -s mp3=mplayer >alias -s flac=mplayer >alias -s wav=mplayer >alias -s wmv=mplayer >alias -s mpg=mplayer >alias -s mpeg=mplayer >alias -s avi=mplayer >alias -s mp4=mplayer >alias -s mkv=mplayer > >alias -s html=dillo > >alias -s jpg=feh >alias -s jpeg=feh >alias -s xpm=feh >alias -s xbm=feh >alias -s png=feh >alias -s gif=feh
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 287885
:
206240
| 206241 |
206242