telus-agcg / nib

A Docker Compose wrapper geared towards Ruby/Rails development with a focus on: convention, convenience and productivity.
MIT License
15 stars 3 forks source link

Make history more universal #113

Closed johnallen3d closed 7 years ago

johnallen3d commented 7 years ago

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