We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b901d3 commit 64e75cdCopy full SHA for 64e75cd
pkgs/by-name/oh/oh-my-zsh/package.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
48
chmod -R +w templates
49
50
# Change the path to oh-my-zsh dir and disable auto-updating.
51
- sed -i -e "s#ZSH=\$HOME/.oh-my-zsh#ZSH=$outdir#" \
+ sed -i -e "s#ZSH=\"\$HOME/.oh-my-zsh\"#ZSH=\"$outdir\"#" \
52
-e 's/\# \(DISABLE_AUTO_UPDATE="true"\)/\1/' \
53
$template
54
0 commit comments