浏览代码

Merge pull request #1402 from sergeylukin/master

Fix install.sh compatibility with /bin/sh
Robby Russell 10 年之前
父节点
当前提交
6a2e65f4c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/install.sh

+ 1 - 1
tools/install.sh

@@ -43,4 +43,4 @@ echo "\033[0;32m"'                        /____/                       '"\033[0m
 echo "\n\n \033[0;32m....is now installed.\033[0m"
 echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m"
 /usr/bin/env zsh
-source ~/.zshrc
+. ~/.zshrc