Explorar o código

fix incorrect symlink in _install_tools

Kyle P Davis %!s(int64=11) %!d(string=hai) anos
pai
achega
a325a8a2ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {