From c50ce5da676c404b1f91c3cf756bf41719b17b4c Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 8 Apr 2018 01:32:53 +0200 Subject: [PATCH] Install reattach-to-user-namespace during setup --- bin/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup.sh b/bin/setup.sh index b3eb842..7a9d3a5 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -14,6 +14,7 @@ then Darwin*) brew tap thoughtbot/formulae brew install rcm + brew install reattach-to-user-namespace ;; CYGWIN*)