nix-env IS available, just not always at the same location

This commit is contained in:
Martin Potier 2017-04-26 03:33:30 +02:00
parent e1c8cae1e1
commit 548bf1841f
1 changed files with 1 additions and 1 deletions

View File

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