1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 12:40:44 +00:00

Fix a little problem in BSD

On BSD ZSH is installed on a different location than on linux. So we
link it there to make sure our later scripts will work.
This commit is contained in:
Dominik Ritter 2017-03-21 01:33:54 +01:00
parent 3832439759
commit 454798a2c4

View file

@ -3,6 +3,7 @@
# Install ZSH # Install ZSH
sudo pkg install -y zsh sudo pkg install -y zsh
sudo chsh -s `which zsh` vagrant sudo chsh -s `which zsh` vagrant
sudo ln -s /usr/local/bin/zsh /usr/bin/zsh
# Install git # Install git
sudo pkg install -y git sudo pkg install -y git