Painting Blue Code
Simple, self-explanatory code snippets.
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
' ]")
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)