Skip to content

Instantly share code, notes, and snippets.

@thevops
Created December 8, 2021 19:32
Show Gist options
  • Select an option

  • Save thevops/1f4ff6ce6651a3b72e87e3f64501f54e to your computer and use it in GitHub Desktop.

Select an option

Save thevops/1f4ff6ce6651a3b72e87e3f64501f54e to your computer and use it in GitHub Desktop.
Linux - simple PS1
# green
export PS1="[\$(date +%k:%M)] \[\033[1;32m\]\u@\H:\[\033[00m\]\[\033[01;34m\]\$PWD\[\033[00m\] #\[\033[00m\] "
# red
export PS1="[\$(date +%k:%M)] \[\033[1;31m\]\u@\H:\[\033[00m\]\[\033[01;34m\]\$PWD\[\033[00m\] #\[\033[00m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment