Просмотр исходного кода

fix incorrect symlink in _install_tools

Kyle P Davis 11 лет назад
Родитель
Сommit
a325a8a2ad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .profile

+ 1 - 1
.profile

@@ -53,7 +53,7 @@ _install_tools() {
 	[ -d "$HOME/liquidprompt" ]  ||  git clone "https://github.com/nojhan/liquidprompt.git" "$HOME/liquidprompt"
 	which tmux >/dev/null  ||  brew install tmux
 	[ -f "$HOME/.bash_profile" ]  ||  ln -sv "$HOME/.profile" "$HOME/.bash_profile"
-	[ -f "$HOME/.bashrc" ]        ||  ln -sv "$HOME/.profile" "$HOME/.bash_profile"
+	[ -f "$HOME/.bashrc" ]        ||  ln -sv "$HOME/.profile" "$HOME/.bashrc"
 }
 
 _install_dev_js() {