summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-11-05 18:25:03 +0100
committerTom Barrett <tom@tombarrett.xyz>2021-11-05 18:25:03 +0100
commit682772eff6828cd15a73535d5a82d7e5edd643ed (patch)
tree8d7a2d8a2ff26b95ccc1fd38de91a810a097f964 /.zshrc
parent3bb813427f123aec4ded40d06a3c8684a9d41140 (diff)
new paths
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc19
1 files changed, 10 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 4fea4a3..ce58bdd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,16 +1,17 @@
typeset -U PATH path
-path=( "$HOME/bin"
+path=( "$HOME/bin"
"$HOME/.local/bin"
"$HOME/.cargo/bin"
- "/bin"
- "/usr/bin"
- "/usr/games"
- "/usr/local/games"
- "/usr/local/bin"
- "/usr/local/sbin"
+ "/bin"
+ "/usr/bin"
+ "/usr/sbin"
+ "/usr/games"
+ "/usr/local/games"
+ "/usr/local/bin"
+ "/usr/local/sbin"
"/run/wrappers/bin"
- "/home/tom/.nix-profile/bin"
- "/etc/profiles/per-user/tom/bin"
+ "/home/$USER/.nix-profile/bin"
+ "/etc/profiles/per-user/$USER/bin"
"/nix/var/nix/profiles/default/bin"
"/run/current-system/sw/bin"
)