From 499859ccca0d533a1474cfb58647c884aee10cb0 Mon Sep 17 00:00:00 2001 From: wholteza Date: Sun, 13 Jul 2025 11:52:47 +0200 Subject: [PATCH] added cargo bin to path --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6216035..0e73884 100644 --- a/.bashrc +++ b/.bashrc @@ -186,3 +186,4 @@ export ompPath="$HOME/.config/oh-my-posh/theme.omp.json" eval "$(oh-my-posh init bash --config $ompPath)" ### Start tmux if not already in a session [[ -z "$TMUX" ]] && exec tmux +. "$HOME/.cargo/env"