Skip to content

Instantly share code, notes, and snippets.

@brycv
Created September 21, 2014 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brycv/6dd1c1711759e0b5eb28 to your computer and use it in GitHub Desktop.
Save brycv/6dd1c1711759e0b5eb28 to your computer and use it in GitHub Desktop.
Add these lines to OpenBSD's .profile for a better command prompt
PS1="[\u@\h] \w# "
PS2="[\u@\h] \w# "
export PS1 PS2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment