mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +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:
parent
3832439759
commit
454798a2c4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue