mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 01:58:29 +02:00
feat(installer): set default editor
Attempt to set and locate a default editor when running the installer.
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
func configs() string {
|
||||
return strings.TrimSpace(`---
|
||||
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
|
||||
# editor: vim
|
||||
editor: EDITOR_PATH
|
||||
|
||||
# Should 'cheat' always colorize output?
|
||||
colorize: false
|
||||
|
Reference in New Issue
Block a user