Install reattach-to-user-namespace during setup

This commit is contained in:
Fernando Schauenburg 2018-04-08 01:32:53 +02:00
parent 57352cac57
commit c50ce5da67

View file

@ -14,6 +14,7 @@ then
Darwin*) Darwin*)
brew tap thoughtbot/formulae brew tap thoughtbot/formulae
brew install rcm brew install rcm
brew install reattach-to-user-namespace
;; ;;
CYGWIN*) CYGWIN*)