mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed indentation for simple-prompt
This commit is contained in:
parent
b8847e538b
commit
04358f7491
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Pry
|
|||
]
|
||||
|
||||
# A simple prompt - doesn't display target or nesting level
|
||||
SIMPLE_PROMPT = [proc { ">> " }, proc { " | " }]
|
||||
SIMPLE_PROMPT = [proc { ">> " }, proc { " | " }]
|
||||
|
||||
SHELL_PROMPT = [
|
||||
proc { |target_self, _| "pry #{Pry.view_clip(target_self)}:#{Dir.pwd} $ " },
|
||||
|
|
Loading…
Reference in a new issue