Skip to content

Instantly share code, notes, and snippets.

@babeuloula
Created April 18, 2019 11:10
Show Gist options
  • Save babeuloula/ddeab935e419d3ac71a0bde5d513c5bb to your computer and use it in GitHub Desktop.
Save babeuloula/ddeab935e419d3ac71a0bde5d513c5bb to your computer and use it in GitHub Desktop.
Better bash
PS1='$(for (( i=0; i<$COLUMNS; i++ )); do echo -n '_'; done;)\n[\033[31m\u@\h\033[00m] [\033[32m\w\033[00m]\n\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment