Skip to content

Instantly share code, notes, and snippets.

@Oppodelldog
Created September 8, 2018 08:22
Show Gist options
  • Save Oppodelldog/3830a6c81fcbbba026cd8a7d3ffe9355 to your computer and use it in GitHub Desktop.
Save Oppodelldog/3830a6c81fcbbba026cd8a7d3ffe9355 to your computer and use it in GitHub Desktop.
quickfix for crappy terminal in docker container
stty rows 50 && stty cols 2500 && export PS1='\u@\h: ' bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment