Skip to content

Commit 7860d61

Browse files
committed
refactor: add cargo bin path
1 parent aa142a1 commit 7860d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home-manager/common/zsh/extra.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
reload() {
22
exec zsh
33
}
4+
export PATH="$HOME/.cargo/bin:$PATH"
45
[[ -f "$HOME/.zshrc.local" ]] && source "$HOME/.zshrc.local"

0 commit comments

Comments
 (0)