From: Xinqi Bao Date: Sat, 23 Aug 2025 16:55:34 +0000 (+0800) Subject: update bashrc for cargo env X-Git-Url: https://git.xinqibao.xyz/dotfiles.git/commitdiff_plain update bashrc for cargo env --- 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 <