summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-10-11 21:08:05 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-10-11 21:08:05 +0200
commitcb0880e23e22f285a7f8525abf4b168e7ed28568 (patch)
tree393c9306bd08c52409c34a640f6d3f2b195b86a6 /.zshrc
parentdba643ec19f304ddc1b2967a5aeb767b3867293a (diff)
trying out nixos
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