X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=d93f43cf576ef96312148040ca6fc2b6fd8a5633;hb=9f620447815eceef8a316044536d527f2495260e;hp=8c8152dd719721ba286f45196f7cc00f372443ed;hpb=0ad23aa11d19fa800c5b4694f74226c6307d9e1d;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8c8152d..d93f43c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2976,18 +2976,6 @@ trans() { esac } -#f5# List all occurrences of programm in current PATH -plap() { - emulate -L zsh - if [[ $# = 0 ]] ; then - echo "Usage: $0 program" - echo "Example: $0 zsh" - echo "Lists all occurrences of program in the current PATH." - else - ls -l ${^path}/*$1*(*N) - fi -} - # Usage: simple-extract # Using option -d deletes the original archive file. #f5# Smart archive extractor