1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

fix(installer): don't hard-code user $HOME directory on install

This commit is contained in:
Marc Cornellà 2021-12-26 22:40:38 +01:00
parent 2e0cf4a3b0
commit ba069e7731
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -251,7 +251,7 @@ setup_zshrc() {
echo "${GREEN}Using the Oh My Zsh template file and adding it to ~/.zshrc.${RESET}"
sed "/^export ZSH=/ c\\
export ZSH=\"$ZSH\"
export ZSH=\"${ZSH/$HOME\//\$HOME\/}\"
" "$ZSH/templates/zshrc.zsh-template" > ~/.zshrc-omztemp
mv -f ~/.zshrc-omztemp ~/.zshrc