Skip to content

Commit 8525c81

Browse files
authored
Merge pull request #397 from DannyBen/change/shell-prompt
Remove colors from `bashly shell` prompt
2 parents 40b0894 + 30d1e87 commit 8525c81

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/bashly/commands/generate.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ def watch
4242
Filewatcher.new([Settings.source_dir]).watch do
4343
reset
4444
generate
45-
4645
rescue Bashly::ConfigurationError => e
4746
say! "rib` #{e.class} `\n#{e.message}"
48-
4947
ensure
5048
quiet_say "g`waiting`\n"
5149
end

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\e[33m\e[1mbashly\e[0m > ",
22+
prompt: "\n$> bashly ",
2323
}
2424

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

0 commit comments

Comments
 (0)