]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/node/node.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / node / node.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/node/node.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/node/node.plugin.zsh
deleted file mode 100644 (file)
index e196662..0000000
+++ /dev/null
@@ -1,6 +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 {
-  local section=${1:-all}
-  open_command "https://nodejs.org/docs/$(node --version)/api/$section.html"
-}