Skip to content

Instantly share code, notes, and snippets.

@gcorreaq
Created February 1, 2012 21:02
Show Gist options
  • Save gcorreaq/1719309 to your computer and use it in GitHub Desktop.
Save gcorreaq/1719309 to your computer and use it in GitHub Desktop.
Change the command prompt in Ubuntu to show only "user@host:current_directory $ "
export PS1="\u@\h:\W \$ "
@gcorreaq
Copy link
Author

gcorreaq commented Feb 1, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment