Last active
February 25, 2018 10:14
-
-
Save Stadicus/570f8e81b17fa426973da10d1ac8671d to your computer and use it in GitHub Desktop.
Pimp your bitcoin prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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