From 2e604153254a23fb5a5b467ca850ebe60b0e4efc Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 31 Jan 2022 19:46:51 -0500 Subject: [PATCH] Add cargo sourcing to zshrc. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index b447c57..811ba59 100644 --- a/.zshrc +++ b/.zshrc @@ -81,4 +81,5 @@ function getdot { } eval "$(starship init zsh)" +source ~/.cargo/env source ~/.shell_aliases