Skip to content

Instantly share code, notes, and snippets.

@williamjacksn
Created December 3, 2019 14:41
Show Gist options
  • Save williamjacksn/4f09fddd5e59a8404ed9d8f97571f5f4 to your computer and use it in GitHub Desktop.
Save williamjacksn/4f09fddd5e59a8404ed9d8f97571f5f4 to your computer and use it in GitHub Desktop.
Bash prompt
# /etc/profile.d/prompt.sh
PS1="\n\[\033[1;35m\]\u\[\033[0m\] at \[\033[1;33m\]\h\[\033[0m\] in \[\033[1;36m\]\w\[\033[0m\]\n» "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment