diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-08-10 18:43:24 +0100 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-08-10 18:43:24 +0100 |
commit | 3bf7560b449929ea7c02a463848052c48fbb5430 (patch) | |
tree | 26dbe5e311943fef02fb9be48d6fe8ce4eb8ef4a /.zshrc | |
parent | GREP_OPTIONS deprecated (diff) |
Added russian verb wiktionary alias to zshrc
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. # |