diff options
Diffstat (limited to 'test-bsd-vm/bootstrap.sh')
-rw-r--r-- | test-bsd-vm/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-bsd-vm/bootstrap.sh b/test-bsd-vm/bootstrap.sh index f78b3078..a28935ea 100644 --- a/test-bsd-vm/bootstrap.sh +++ b/test-bsd-vm/bootstrap.sh @@ -3,6 +3,7 @@ # Install ZSH sudo pkg install -y zsh sudo chsh -s `which zsh` vagrant +sudo ln -s /usr/local/bin/zsh /usr/bin/zsh # Install git sudo pkg install -y git
\ No newline at end of file |