Compare commits

..

No commits in common. "0f01d077a473e07264e5c364256bd174644bd78a" and "3460df6863f9fff236744cad998f0692497c63c7" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import (
)
const version = "0.3.1"
const version = "0.3.0"
var l *lua.LState
// User's prompt, this will get set when lua side is initialized
var prompt string
@ -141,7 +141,7 @@ func fmtPrompt() string {
args := []string{
"d", cwd,
"h", host,
"u", user.Username,
"u", user.Name,
}
for i, v := range args {