#!/bin/bash if [[ `uname` == 'Darwin' ]]; then reattach-to-user-namespace -l bash else exec $SHELL -l fi