nix-env IS available, just not always at the same location
This commit is contained in:
parent
e1c8cae1e1
commit
548bf1841f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue