Skip to content

Commit de231e8

Browse files
committed
- Fix prompt in bashly shell
1 parent f763b01 commit de231e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/commands/shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def terminal
1919
terminal = MisterBin::Terminal.new runner, {
2020
autocomplete: autocomplete,
2121
show_usage: true,
22-
prompt: "\n$> bashly ",
22+
prompt: "$ bashly ",
2323
}
2424

2525
terminal.on('help') { runner.run %w[--help] }

0 commit comments

Comments
 (0)