about summary refs log tree commit diff
path: root/pkgs/shells/oh-my-zsh
diff options
context:
space:
mode:
authorDrawnWren <drawnwren@gmail.com>2017-04-23 23:59:41 +0000
committerGitHub <noreply@github.com>2017-04-23 23:59:41 +0000
commit176ca2aac84087d32f4e7aebb43799df0efe3dec (patch)
treeed541d7b11248b12a867a36ee33f800f998a5b9e /pkgs/shells/oh-my-zsh
parent5c7f4669a7880bc2f929271ae4fdbdc2ba8e2a8b (diff)
downloadnixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.tar
nixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.tar.gz
nixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.tar.bz2
nixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.tar.lz
nixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.tar.xz
nixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.tar.zst
nixlib-176ca2aac84087d32f4e7aebb43799df0efe3dec.zip
oh-my-zsh: changed example command
Fixed a typo in the example command. oh-my-zsh-git -> oh-my-zsh
Diffstat (limited to 'pkgs/shells/oh-my-zsh')
-rw-r--r--pkgs/shells/oh-my-zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/oh-my-zsh/default.nix b/pkgs/shells/oh-my-zsh/default.nix
index ea1aa6ed26cf..8b83e9a37f62 100644
--- a/pkgs/shells/oh-my-zsh/default.nix
+++ b/pkgs/shells/oh-my-zsh/default.nix
@@ -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;