]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/node/node.plugin.zsh
remove oh-my-zsh
[dotfiles.git] / zsh / plugins / node / node.plugin.zsh
diff --git a/zsh/plugins/node/node.plugin.zsh b/zsh/plugins/node/node.plugin.zsh
deleted file mode 100644 (file)
index 3bbed6f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# Open the node api for your current version to the optional section.
-# TODO: Make the section part easier to use.
-function node-docs {
-       open "http://nodejs.org/docs/$(node --version)/api/all.html#all_$1"
-}