Merge pull request #25163 from DrawnWren/patch-2
oh-my-zsh: changed example command
This commit is contained in:
commit
73976a6bc9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue