I hereby claim:
- I am cecchi on github.
- I am cecchi (https://keybase.io/cecchi) on keybase.
- I have a public key ASDDWVbxoClVOe7pcYrkXoB5PyZTg2iGfffjux8qMSv4FQo
To claim this, I am signing this object:
| input[type=password]::placeholder { | |
| color: green; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| # Append git branch and status to PS1 | |
| COLOR_RED="\033[0;31m" | |
| COLOR_YELLOW="\033[0;33m" | |
| COLOR_GREEN="\033[0;32m" | |
| COLOR_OCHRE="\033[38;5;95m" | |
| COLOR_BLUE="\033[0;34m" | |
| COLOR_WHITE="\033[0;37m" | |
| COLOR_RESET="\033[0m" |
| function Foo() { | |
| this.prop = 'value'; | |
| this.bar = function() { | |
| return function() { | |
| return this.prop; | |
| }; | |
| }; | |
| } | |
| var foo = new Foo(); |