X-Git-Url: https://git.xinqibao.xyz/dotfiles.git/blobdiff_plain/659ae7fab748ad1b71068df2b20621f2d1bccb9d..9fd073273405b8309f3fa57184f6cde479ca48b9:/.bashrc diff --git a/.bashrc b/.bashrc index 1938929..acfaf50 100644 --- a/.bashrc +++ b/.bashrc @@ -14,5 +14,7 @@ export EDITOR=vim export TERM=xterm-256color +ulimit -c unlimited [ -f ~/.fzf.bash ] && source ~/.fzf.bash export FZF_CTRL_T_OPTS="--preview 'bat --style=numbers --color=always --line-range :500 {}'" +