Skip to content

Instantly share code, notes, and snippets.

@kparkov
Created November 6, 2018 10:36
Show Gist options
  • Save kparkov/35532e0112745be877c457f03823fe4c to your computer and use it in GitHub Desktop.
Save kparkov/35532e0112745be877c457f03823fe4c to your computer and use it in GitHub Desktop.
Simple PS1
# 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