Skip to content

Instantly share code, notes, and snippets.

@Stadicus
Last active February 25, 2018 10:14
Show Gist options
  • Save Stadicus/570f8e81b17fa426973da10d1ac8671d to your computer and use it in GitHub Desktop.
Save Stadicus/570f8e81b17fa426973da10d1ac8671d to your computer and use it in GitHub Desktop.
Pimp your bitcoin prompt
# enable color prompt (uncomment)
force_color_prompt=yes
# pimp prompt (replace the PS1 line), use only one yellow OR red, not both.
# yellow user
PS1="${debian_chroot:+($debian_chroot)}\[\e[33m\]\u \[\033[01;34m\]\w\[\e[33;40m\] ฿\[\e[m\] "
# red user
PS1="${debian_chroot:+($debian_chroot)}\[\e[31m\]\u \[\033[01;34m\]\w\[\e[33;40m\] ฿\[\e[m\] "
# set "ls" to always use the -la option
alias ls='ls -la --color=always'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment