oh-my-zsh: Fix template (#380911)

This commit is contained in:
Tim Steinbach 2025-02-10 14:11:05 -05:00 committed by GitHub
parent 9b901d3a05
commit 64e75cd44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
chmod -R +w templates
# Change the path to oh-my-zsh dir and disable auto-updating.
sed -i -e "s#ZSH=\$HOME/.oh-my-zsh#ZSH=$outdir#" \
sed -i -e "s#ZSH=\"\$HOME/.oh-my-zsh\"#ZSH=\"$outdir\"#" \
-e 's/\# \(DISABLE_AUTO_UPDATE="true"\)/\1/' \
$template