X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fzshrc;h=8b46fb24a4d1dbffe9398ddeb90e1aa63e74a3f9;hb=713060b11b1edfd75fe7d975c3d17f8a02ee4767;hp=983609a8d96778c1c0e59bc0495dffd911483f35;hpb=427ed4a387437515d6f5b3e293c93f4142a6e565;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 983609a..8b46fb2 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2977,18 +2977,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