Skip to content

Instantly share code, notes, and snippets.

View jwlms's full-sized avatar

Joshua Williams jwlms

View GitHub Profile
@jwlms
jwlms / mq nesting
Created July 15, 2013 23:51
don't nest too deep
.menu-toggle { ... // ok
.menu-toggle {
ul {
... // ok
}
}
.menu-toggle {
ul {
li {
@jwlms
jwlms / .rvmrc
Created January 6, 2016 00:24
silly nvm
# `rvm use default` to keep global gemset set to global
rvm use default && nvm use
==> db1: Machine booted and ready!
==> db1: Checking for guest additions in VM...
==> db1: [vagrant-hostsupdater] Checking for host entries
==> db1: Configuring and enabling network interfaces...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
/sbin/ifdown eth1 2> /dev/null
Stdout from the command:
if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then
export TERM='gnome-256color';
elif infocmp xterm-256color >/dev/null 2>&1; then
export TERM='xterm-256color';
fi;
prompt_git() {
local s='';
local branchName='';
javascript:(function() { [].forEach.call(document.querySelectorAll('.outdated-comment'), function(element) {
element.className += ' open';
element.className += ' Details--on';
}); } ())