2016-08-24

MacOS - Customize Terminal's prompt

Edit the file:  /etc/basic

Change the value of the PS1 variable, write anything you want to have appear at terminal prompt between the single quotes. Use "\n" for line breaks.

PS1='$ '

2016-08-18

jQuery - CSS element class attribute inequality selector

$(".class-name-here[ attribute-name-here != 'value-to-compare-against' ]")