aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/zsh.nix
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-04-20 15:35:13 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-04-20 15:35:13 +0200
commit8d9be9a56f514276e1b448f744378ea8c0d1f875 (patch)
treea2492d6b7b8c4b2626ed8338c307f2f2c6eb2c8f /modules/home/zsh.nix
parentd6935d58ac79feba73c230d9cb5bde8ddbf6fc61 (diff)
downloaddotfiles-8d9be9a56f514276e1b448f744378ea8c0d1f875.tar.gz
dotfiles-8d9be9a56f514276e1b448f744378ea8c0d1f875.zip
refactor(zsh): consolidate cargo bin path to main PATH array
Diffstat (limited to 'modules/home/zsh.nix')
-rw-r--r--modules/home/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix
index 7025d41..a968be0 100644
--- a/modules/home/zsh.nix
+++ b/modules/home/zsh.nix
@@ -44,6 +44,7 @@ in
path=(
$HOME/{,s}bin(N)
$HOME/.local/{,s}bin(N)
+ $HOME/.cargo/bin(N)
/opt/{homebrew,local}/{,s}bin(N)
/usr/local/{,s}bin(N)
$path
@@ -155,7 +156,6 @@ in
add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin"
add_to_path "/opt/homebrew/opt/libpq/bin"
add_to_path "$HOME/go/bin"
- add_to_path "$HOME/.cargo/bin"
'';
".config/zsh/extras".text = ''