浏览代码

Attempting to load zsh properly after auto-install

Robby Russell 15 年之前
父节点
当前提交
684eae38af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/install.sh

+ 1 - 1
tools/install.sh

@@ -22,4 +22,4 @@ echo "Time to change your default shell to zsh!"
 chsh -s /bin/zsh
 
 echo "Hooray! Oh My Zsh has been installed."
-/bin/zsh
+source ~/.zshrc && /bin/zsh