Skip to content

Commit 501db41

Browse files
fix prompt
1 parent e55135a commit 501db41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/sh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func runInteractive(r *interp.Runner, stdin io.Reader, stdout, stderr io.Writer)
102102
return false
103103
}
104104
}
105-
fmt.Fprintf(stdout, "$ ")
105+
fmt.Fprintf(stdout, "@ ")
106106
return true
107107
}
108108
if err := parser.Interactive(stdin, fn); err != nil {

0 commit comments

Comments
 (0)