Created
April 18, 2019 11:10
-
-
Save babeuloula/ddeab935e419d3ac71a0bde5d513c5bb to your computer and use it in GitHub Desktop.
Better bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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