From b741520b0a15da99ce0e3de3e6d4646743e338fd Mon Sep 17 00:00:00 2001 From: Xinqi Bao Date: Sun, 24 Aug 2025 00:55:34 +0800 Subject: [PATCH] update bashrc for cargo env --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 9a17f51..108d1b7 100644 --- a/.bashrc +++ b/.bashrc @@ -23,6 +23,8 @@ export PS1="[\[\e[36;1m\]\u@\h \[\e[32;1m\]\w\[\e[m\]]\[\e[33m\](\$(git branch 2 eval "$(fzf --bash)" export FZF_CTRL_T_OPTS="--preview 'bat --style=numbers --color=always --line-range :500 {}'" +[ -f ${HOME}/.cargo/env ] && . ${HOME}/.cargo/env + ulimit -c unlimited <