Merge pull request #25163 from DrawnWren/patch-2

oh-my-zsh: changed example command
This commit is contained in:
Jörg Thalheim 2017-04-24 12:11:54 +02:00 committed by GitHub
commit 73976a6bc9

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
To copy the Oh My Zsh configuration file to your home directory, run
the following command:
$ cp -v $(nix-env -q --out-path oh-my-zsh-git | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
$ cp -v $(nix-env -q --out-path oh-my-zsh | cut -d' ' -f3)/share/oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
'';
homepage = "http://ohmyz.sh/";
license = licenses.mit;