Created
September 21, 2014 21:29
-
-
Save brycv/6dd1c1711759e0b5eb28 to your computer and use it in GitHub Desktop.
Add these lines to OpenBSD's .profile for a better command prompt
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
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