summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-05-18 10:44:11 +0100
committerdakkar <dakkar@thenautilus.net>2016-10-15 14:09:28 +0100
commite2234edfff5997041525519e65d6d1c50c6646c1 (patch)
tree123f51fee5effd348000d4f4a49f926321518f9d /.bash_profile
parentMerge remote-tracking branch 'origin/master' into nautilus (diff)
downloaddotfiles-e2234edfff5997041525519e65d6d1c50c6646c1.tar.gz
dotfiles-e2234edfff5997041525519e65d6d1c50c6646c1.tar.bz2
dotfiles-e2234edfff5997041525519e65d6d1c50c6646c1.zip
short alias for perldoc
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile
index eb0bd75..493421b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -21,14 +21,14 @@ function se() {
emacsclient "${@/#//sudo::}"
}
-function perldoc() {
+function pd() {
cpandoc "$@"
}
function pm() {
local fn
local ex
- fn="$(perldoc -lm "$1")"
+ fn="$(pd -lm "$1")"
ex=$?
if [[ $ex != 0 ]]; then
return $ex