Skip to content

Commit 791ba80

Browse files
author
Anand
committed
updated default delim to '>'
1 parent f4a0b88 commit 791ba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func getOrCreateLocalConfig(app string) (error, *Settings) {
123123

124124
} else {
125125
// fmt.Printf("Creating default configuration ...")
126-
settings = Settings{"", "aes", true, true, false, configFile, "id,asc", "+", "default", "bgblack"}
126+
settings = Settings{"", "aes", true, true, false, configFile, "id,asc", ">", "default", "bgblack"}
127127

128128
if err = writeSettings(&settings, configFile); err == nil {
129129
// fmt.Println(" ...done")

0 commit comments

Comments
 (0)