oh-my-zsh: changed example command

Fixed a typo in the example command. oh-my-zsh-git -> oh-my-zsh
This commit is contained in:
DrawnWren 2017-04-23 23:59:41 +00:00 committed by GitHub
parent 5c7f4669a7
commit 176ca2aac8
1 changed files with 1 additions and 1 deletions

View File

@ -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;