aboutsummaryrefslogtreecommitdiff
path: root/docs
blob: 8ca9087411aa89471ad209a46df199923a378f26 (plain)
1
2
3
4
5
6
#!/bin/sh

# docs: Browse and create documentation with vim.

DOCS=~/documentation
[ -d $DOCS ] && ${EDITOR:-nvim} "$DOCS"