#!/bin/sh # Bring up configuration files to edit them. # TODO: add Git into this. [ -z "$FUZZY" ] && echo "FUZZY not set" && exit file="$(find "$NEODOT/cfg" -type f | $FUZZY)" [ -z "$file" ] && exit 0 nvim "$file"