Skip to content

Commit 64e75cd

Browse files
authored
oh-my-zsh: Fix template (#380911)
1 parent 9b901d3 commit 64e75cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/oh/oh-my-zsh/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
4848
chmod -R +w templates
4949
5050
# Change the path to oh-my-zsh dir and disable auto-updating.
51-
sed -i -e "s#ZSH=\$HOME/.oh-my-zsh#ZSH=$outdir#" \
51+
sed -i -e "s#ZSH=\"\$HOME/.oh-my-zsh\"#ZSH=\"$outdir\"#" \
5252
-e 's/\# \(DISABLE_AUTO_UPDATE="true"\)/\1/' \
5353
$template
5454

0 commit comments

Comments
 (0)