scripts/docs

7 lines
123 B
Text
Raw Normal View History

2024-11-12 19:39:05 -05:00
#!/bin/sh
# docs: Browse and create documentation with vim.
DOCS=~/documentation
[ -d $DOCS ] && ${EDITOR:-nvim} "$DOCS"