We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa142a1 commit 7860d61Copy full SHA for 7860d61
home-manager/common/zsh/extra.zsh
@@ -1,4 +1,5 @@
1
reload() {
2
exec zsh
3
}
4
+export PATH="$HOME/.cargo/bin:$PATH"
5
[[ -f "$HOME/.zshrc.local" ]] && source "$HOME/.zshrc.local"
0 commit comments