X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=15d28622a8dd1299f6c795e345a2e6dd0bc66b89;hb=713060b11b1edfd75fe7d975c3d17f8a02ee4767;hp=1a318670c9d9ac8bef0d0e1d1ca5590470d7a327;hpb=427ed4a387437515d6f5b3e293c93f4142a6e565;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 1a31867..15d2862 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -207,6 +207,18 @@ fi # fi #} +## 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 +#} + ## log out? set timeout in seconds... ## ...and do not log out in some specific terminals: #if [[ "${TERM}" == ([Exa]term*|rxvt|dtterm|screen*) ]] ; then