mac changes
This commit is contained in:
7
setup.d/10-reattach-to-user-namespace.sh
Normal file
7
setup.d/10-reattach-to-user-namespace.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
if ! command -v reattach-to-user-namespace > /dev/null; then
|
||||
brew install reattach-to-user-namespace
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user