Previously the shell and console command set up "shell history" and the console command setup "irb/pry history". However, if you were to execute the shell command and then > pry the pry history would not be wired up. With this change any interactive session is prepped with all history types configured.
Previously the shell and console command set up "shell history" and the console command setup "irb/pry history". However, if you were to execute the shell command and then
> pry
the pry history would not be wired up. With this change any interactive session is prepped with all history types configured.Resolves #100