mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
commit
e3710bd25c
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ func rename(args []string) error {
|
|||
f.WriteString("\n")
|
||||
}
|
||||
editor := os.Getenv("EDITOR")
|
||||
if editor != "" {
|
||||
if editor == "" {
|
||||
editor = "vi"
|
||||
}
|
||||
tty, err := tty.Open()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue