aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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.
#