From cb0880e23e22f285a7f8525abf4b168e7ed28568 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 11 Oct 2021 21:08:05 +0200 Subject: trying out nixos --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index db90775..d03ecd7 100644 --- a/.zshrc +++ b/.zshrc @@ -8,6 +8,11 @@ path=( "$HOME/bin" "/usr/local/games" "/usr/local/bin" "/usr/local/sbin" + "/run/wrappers/bin" + "/home/tom/.nix-profile/bin" + "/etc/profiles/per-user/tom/bin" + "/nix/var/nix/profiles/default/bin" + "/run/current-system/sw/bin" ) export PATH EDITOR=nvim -- cgit v1.2.3