Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Created March 14, 2019 13:15
Show Gist options
  • Save kitzberger/4b3b8e30741bf49b2341b2cd5eb747c7 to your computer and use it in GitHub Desktop.
Save kitzberger/4b3b8e30741bf49b2341b2cd5eb747c7 to your computer and use it in GitHub Desktop.
Change /bin/sh to /bin/bash
test $SHELL = /bin/sh -a -x /bin/bash && \
SHELL=/bin/bash ENV=~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment