Skip to content

Instantly share code, notes, and snippets.

@timuruski
Created March 12, 2014 14:20
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 timuruski/9507911 to your computer and use it in GitHub Desktop.
Save timuruski/9507911 to your computer and use it in GitHub Desktop.
Portable bash profile with a nice prompt
# PROMPT
# ==========
PS1="\[\e[33m\]\h\[\e[0m\]:\[\e[4m\]\W\[\e[0m\] \$ "
# ALIASES
# =========
alias ls="ls -lh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment