Skip to content

Commit

Permalink
change history file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadrad committed Oct 10, 2016
1 parent 6e95962 commit 45c96d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func Init(version string) *Readline {
r.completer = completer
r.instance, err = readline.NewEx(&readline.Config{
Prompt: "local> ",
HistoryFile: "/tmp/myping",
HistoryFile: "/tmp/.mylg.history",
InterruptPrompt: "^C",
EOFPrompt: "exit",
AutoComplete: completer,
Expand Down

0 comments on commit 45c96d4

Please sign in to comment.