mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
6 lines
148 B
Bash
6 lines
148 B
Bash
# DESC: Queries dict.pl with $@ (w3m)
|
|
|
|
search=`echo "$1+$2+$3+$4+$5+$6+$7+$8+$9" | sed 's:\+*$::'`
|
|
w3m dict.pl/dict"?word=$search"
|
|
|
|
# vim:ft=zsh:et
|