X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;fp=etc%2Fzsh%2Fzshrc;h=795cc378dfb3e94f148f171e3b04adbb200464d0;hb=f3ebf5345a94311fa0322e510d485e3b03b77cea;hp=23d938afbf8cda06b28e7f5feaf6826aeb224f5b;hpb=a77b63c22c335a3e029908dba2406e527ffa3cad;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 23d938a..795cc37 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -406,6 +406,7 @@ check_com() { salias() { emulate -L zsh local only=0 ; local multi=0 + local key val while [[ $1 == -* ]] ; do case $1 in (-o) only=1 ;;