diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-11-05 18:25:03 +0100 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-11-05 18:25:03 +0100 |
commit | 682772eff6828cd15a73535d5a82d7e5edd643ed (patch) | |
tree | 8d7a2d8a2ff26b95ccc1fd38de91a810a097f964 | |
parent | 3bb813427f123aec4ded40d06a3c8684a9d41140 (diff) |
new paths
-rw-r--r-- | .zshrc | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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" ) |