Created
November 6, 2018 10:36
-
-
Save kparkov/35532e0112745be877c457f03823fe4c to your computer and use it in GitHub Desktop.
Simple PS1
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
# Directory $ | |
export PS1="\n\W \\$ " | |
# With red dir and orange $ | |
export PS1="\n\[\e[31m\]\W\[\e[m\] \\[\e[33m\]$\[\e[m\] " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment