We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f763b01 commit de231e8Copy full SHA for de231e8
lib/bashly/commands/shell.rb
@@ -19,7 +19,7 @@ def terminal
19
terminal = MisterBin::Terminal.new runner, {
20
autocomplete: autocomplete,
21
show_usage: true,
22
- prompt: "\n$> bashly ",
+ prompt: "$ bashly ",
23
}
24
25
terminal.on('help') { runner.run %w[--help] }
0 commit comments