mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "0f01d077a473e07264e5c364256bd174644bd78a" and "3460df6863f9fff236744cad998f0692497c63c7" have entirely different histories.
0f01d077a4
...
3460df6863
4
main.go
4
main.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue