Skip to content

Instantly share code, notes, and snippets.

@gcorreaq
Created February 1, 2012 21:02
Show Gist options
  • Select an option

  • Save gcorreaq/1719309 to your computer and use it in GitHub Desktop.

Select an option

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

gcorreaq commented Feb 1, 2012

Copy link
Copy Markdown
Author

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