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:
parent
5c7f4669a7
commit
176ca2aac8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue