summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
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