Browse Source

Apply suggestions from code review

Co-Authored-By: Schniz <gal@spitfire.co.il>
remotes/origin/add-simple-redirecting-site
Spencer Elliott 6 years ago committed by Gal Schlezinger
parent
commit
17ca446e0c
  1. 4
      .ci/install.sh

4
.ci/install.sh

@ -47,10 +47,10 @@ setup_shell() { @@ -47,10 +47,10 @@ setup_shell() {
elif [ "$CURRENT_SHELL" == "fish" ]; then
echo "Installing for Fish. Appending the following to $HOME/.config/fish/config.fish:"
echo 'set PATH $HOME/.fnm $PATH'
echo 'eval (fnm env)'
echo 'eval (fnm env --fish)'
echo 'set PATH $HOME/.fnm $PATH' >> $HOME/.config/fish/config.fish
echo 'eval (fnm env)' >> $HOME/.config/fish/config.fish
echo 'eval (fnm env --fish)' >> $HOME/.config/fish/config.fish
elif [ "$CURRENT_SHELL" == "bash" ]; then
echo "Installing for Bash. Appending the following to $HOME/.bashrc:"

Loading…
Cancel
Save