aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.local/bin/edit-config
blob: 436a81213a8b0ebbda035ca41f5879f5be7e97ad (plain)
1
2
3
4
5
6
#/bin/sh

FILE=$(locate-config)
[ -z "$FILE" ] || [ ! -f "$FILE" ] && exit 1

${TERMINAL} -e ${EDITOR} ${FILE}