summaryrefslogtreecommitdiffstats
path: root/fish/functions/perldoc.fish
diff options
context:
space:
mode:
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