Skip to content

Commit

Permalink
correct zshrc modification
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed May 13, 2020
1 parent 77035f3 commit b730eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/install-ubuntu-FocalFossa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ echo $SEP
# https://github.com/AngryMaciek/prezto
date
echo "Cloning Prezto"
EXPORT_CONDA_DEFAULT_ENV="export CONDA_DEFAULT_ENV=base"
sudo -u "$SUDO_USER" git clone --recursive https://github.com/AngryMaciek/prezto.git .zprezto
sudo -u "$SUDO_USER" ln -s .zprezto/runcoms/zlogin .zlogin
sudo -u "$SUDO_USER" ln -s .zprezto/runcoms/zlogout .zlogout
Expand All @@ -337,6 +338,8 @@ sudo -i -u "$SUDO_USER" bash -i "$INSTALL_DIR"/conda-config-change-PS1.sh
echo $'' | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo "$EXPORT_TEMPLATES" | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo $'' | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo "$EXPORT_CONDA_DEFAULT_ENV" | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo $'' | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo "$ALIAS_NEXTFLOW" | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo "$ALIAS_PYTHON_JUPYTER" | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
echo "$ALIAS_PYTHON_DL" | sudo -u "$SUDO_USER" tee -a .zshrc > /dev/null
Expand Down

0 comments on commit b730eda

Please sign in to comment.