Skip to content

Instantly share code, notes, and snippets.

@saifazmi
Forked from saifullah-azmi/gist:12a9aad1db9f334c1020
Last active March 7, 2017 16:21
Show Gist options
  • Save saifazmi/2838baa41af32dab14f4 to your computer and use it in GitHub Desktop.
Save saifazmi/2838baa41af32dab14f4 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