summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
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