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