Created
April 28, 2022 15:40
-
-
Save smijar/2962c9007e5b4851e558c6246d50f176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # enables unmount and remount of sshfs folders to vagrant vm | |
| # on mac when suspending or sleep the sshfs folders get unmounted, so instead of reloading VM we can do this | |
| $ vagrant sshfs --unmount | |
| $ vagrant sshfs --mount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment