oh-my-zsh: Fix template (#380911)
This commit is contained in:
parent
9b901d3a05
commit
64e75cd44a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user