From 3bf7560b449929ea7c02a463848052c48fbb5430 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 10 Aug 2015 18:43:24 +0100 Subject: Added russian verb wiktionary alias to zshrc --- .zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zshrc b/.zshrc index a8bc8ac..bde5411 100644 --- a/.zshrc +++ b/.zshrc @@ -396,6 +396,14 @@ fmtpr() { fmt --width=62 $@ | LC_ALL=C LANG=C pr -o 10 -W 62 -J -F -l 62 } +# Russian +# + +verb.rus() { + curl -s "http://en.wiktionary.org/w/index.php?title=$1&action=edit" | grep 'ru-conj-' + firefox "http://en.wiktionary.org/w/index.php?title=$1" +} + # # Debian. # -- cgit v1.2.3