From 548bf1841fa2ebebfdc635f3d7c62a598fe1aec0 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Wed, 26 Apr 2017 03:33:30 +0200 Subject: [PATCH] nix-env IS available, just not always at the same location --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index d6376b3..022ffa9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,5 @@ # Path to your oh-my-zsh installation. -export ZSH=$(/home/eeva/.nix-profile/bin/nix-env -q --out-path oh-my-zsh | cut -d' ' -f 3)/share/oh-my-zsh +export ZSH=$(nix-env -q --out-path oh-my-zsh | cut -d' ' -f 3)/share/oh-my-zsh # Default plugins (used everywhere) plugins=(git systemd rsync)