This file contains 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
Verifying that +bouncingdan is my blockchain ID. https://onename.com/bouncingdan |
This file contains 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
This is a test, like |
This file contains 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
green=$(tput setaf 2) | |
blue=$(tput setaf 4) | |
cyan=$(tput setaf 6) | |
bold=$(tput bold) | |
reset=$(tput sgr0) | |
PS1='\n\[$cyan\]\w\[$green\]\n>\[$reset\] ' | |
if [ -f $(brew --prefix)/etc/bash_completion ]; then | |
. $(brew --prefix)/etc/bash_completion | |
fi |