Compare commits
2 commits
6c9ae6bccd
...
a4f2f79c81
Author | SHA1 | Date | |
---|---|---|---|
Lilian Jónsdóttir | a4f2f79c81 | ||
Lilian Jónsdóttir | a552deab8d |
|
@ -23,7 +23,7 @@ import (
|
||||||
const (
|
const (
|
||||||
name string = "agedit"
|
name string = "agedit"
|
||||||
usage string = "Edit age encrypted files with your $EDITOR"
|
usage string = "Edit age encrypted files with your $EDITOR"
|
||||||
version string = "0.3.0"
|
version string = "0.3.1"
|
||||||
help_template string = `NAME:
|
help_template string = `NAME:
|
||||||
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}
|
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}
|
||||||
|
|
||||||
|
|
2
pkg/env/env.go
vendored
2
pkg/env/env.go
vendored
|
@ -2,9 +2,7 @@ package env
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
"regexp"
|
|
||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetEditor gets the configured editor by checking environmental
|
// GetEditor gets the configured editor by checking environmental
|
||||||
|
|
Loading…
Reference in a new issue