summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Labedan <plabedan@gmail.com>2013-10-05 14:33:53 +0200
committerPaul Labedan <plabedan@gmail.com>2013-10-05 14:40:04 +0200
commitf044361250bec573da3fafa3b49a48a42dfc1846 (patch)
treedc937439ae83aeaace3fc11b4f66284b74a73183 /app-shells/zsh-pol-config/files/zshrc
parentfix missing attribute ("masters = gentoo") in layout.conf (diff)
downloadplab-f044361250bec573da3fafa3b49a48a42dfc1846.tar.gz
plab-f044361250bec573da3fafa3b49a48a42dfc1846.tar.bz2
plab-f044361250bec573da3fafa3b49a48a42dfc1846.zip
pgrade zsh-pol-config
Diffstat (limited to 'app-shells/zsh-pol-config/files/zshrc')
-rw-r--r--app-shells/zsh-pol-config/files/zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/zsh-pol-config/files/zshrc b/app-shells/zsh-pol-config/files/zshrc
index e8db1ed..900fca5 100644
--- a/app-shells/zsh-pol-config/files/zshrc
+++ b/app-shells/zsh-pol-config/files/zshrc
@@ -42,6 +42,7 @@ alias which-use='equery hasuse'
alias build-kernel='genkernel --menuconfig all'
alias dg='ebuild $(ls -1 *.ebuild | head -n1) manifest'
alias chk='for i in `eix "-I*" --format "<installedversions:NAMEVERSION>" --only-in-overlay`; do equery k $i; done'
+alias ls-preserved='portageq list_preserved_libs /'
################################################################################
# prompt and completion
@@ -57,9 +58,7 @@ prompt gentoo
source /etc/zsh/zshprompt
# completion
-zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}'
-zstyle ':completion:*' max-errors 3 numeric
-zstyle ':completion:*' use-compctl false
+zstyle ':completion::complete:*' use-cache 1
# options
setopt nullglob # remove non-matching jokers instead of failing