diff options
Diffstat (limited to 'docs')
-rwxr-xr-x | docs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh + +# docs: Browse and create documentation with vim. + +DOCS=~/documentation +[ -d $DOCS ] && ${EDITOR:-nvim} "$DOCS" |
index : scripts | ||
For the terminal |
aboutsummaryrefslogtreecommitdiff |