1 2 3 4 5 6
# -*- shell-script -*- # Mute speakers and use headphones if using a work computer (TODO if on a laptop) if iswork; then headphones || : fi