aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2015-08-10 18:43:24 +0100
committerRyan Kavanagh <rak@debian.org>2015-08-10 18:43:24 +0100
commit3bf7560b449929ea7c02a463848052c48fbb5430 (patch)
tree26dbe5e311943fef02fb9be48d6fe8ce4eb8ef4a /.zshrc
parentGREP_OPTIONS deprecated (diff)
Added russian verb wiktionary alias to zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 8 insertions, 0 deletions
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.
#