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)