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.
bashly shell
1 parent 40b0894 commit 30d1e87Copy full SHA for 30d1e87
lib/bashly/commands/generate.rb
@@ -42,10 +42,8 @@ def watch
42
Filewatcher.new([Settings.source_dir]).watch do
43
reset
44
generate
45
-
46
rescue Bashly::ConfigurationError => e
47
say! "rib` #{e.class} `\n#{e.message}"
48
49
ensure
50
quiet_say "g`waiting`\n"
51
end
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\e[33m\e[1mbashly\e[0m > ",
+ prompt: "\n$> bashly ",
23
}
24
25
terminal.on('help') { runner.run %w[--help] }
0 commit comments