summaryrefslogtreecommitdiffstats
path: root/fish/functions/perldoc.fish
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-20 03:45:52 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-20 03:50:24 -0400
commita037f1227765630a7f01c75515117e1511157f7c (patch)
treec0ab82126382879f3d5f3f12c85f3afe1b89216c /fish/functions/perldoc.fish
parentc6e0a22476f2a3ae9e2994f8b0f8e470c82eaadb (diff)
downloadconf-a037f1227765630a7f01c75515117e1511157f7c.tar.gz
conf-a037f1227765630a7f01c75515117e1511157f7c.zip
more random config cleanups
Diffstat (limited to 'fish/functions/perldoc.fish')
-rw-r--r--fish/functions/perldoc.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/fish/functions/perldoc.fish b/fish/functions/perldoc.fish
deleted file mode 100644
index ad7bf5e..0000000
--- a/fish/functions/perldoc.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-function perldoc
- if type cpandoc > /dev/null 2>&1
- cpandoc $argv
- else
- command perldoc $argv
- end
-end