Skip to content

Instantly share code, notes, and snippets.

View brycv's full-sized avatar

Bryan Vyhmeister brycv

View GitHub Profile
@brycv
brycv / profile
Created September 21, 2014 21:29
Add these lines to OpenBSD's .profile for a better command prompt
PS1="[\u@\h] \w# "
PS2="[\u@\h] \w# "
export PS1 PS2