Skip to content

Instantly share code, notes, and snippets.

@saifullah-azmi
Created January 18, 2016 20:50
Show Gist options
  • Save saifullah-azmi/12a9aad1db9f334c1020 to your computer and use it in GitHub Desktop.
Save saifullah-azmi/12a9aad1db9f334c1020 to your computer and use it in GitHub Desktop.
Minimalistic terminal settings
#Minimalistic
#Colors
lineandtime=$(tput setaf 2)
location=$(tput setaf 4)
prompt=$(tput setaf 5)
reset=$(tput sgr0)
export PS1='\[$lineandtime$(tput smso)\][\#] <\A>\[$reset$location\] \W \[$prompt\]% \[$reset\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment