summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-13 09:12:01 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-13 09:12:01 +0200
commit23083a71d1bc35ff0d4c7bbf54b256e95b8a3681 (patch)
treecd012f3e6b78b0e2ec34a20eb33dcee46e127c77 /etc/.zshrc
parentd315aac8cb83a5dd14f1532e0a5ac9b1c36bb09d (diff)
Add perl aliases
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 0c33f79..4fde75c 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -408,6 +408,14 @@ alias wprox='http_proxy=http://10.200.200.2:8080/'
alias eprox='export http_proxy=http://10.200.200.2:8080/'
# }}}
+# {{{ Perl
+
+alias pd='perldoc'
+alias pdf='perldoc -f'
+alias pdm='perldoc -m'
+alias pdv='noglob perldoc -v'
+
+# }}}
if [[ ${distro} == debian ]] { #{{{
alias acse='apt-cache search'