aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rwxr-xr-xdocs6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs b/docs
new file mode 100755
index 0000000..8ca9087
--- /dev/null
+++ b/docs
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# docs: Browse and create documentation with vim.
+
+DOCS=~/documentation
+[ -d $DOCS ] && ${EDITOR:-nvim} "$DOCS"