Xinqi Bao's Git
projects
/
dotfiles.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
minor update
[dotfiles.git]
/
.bashrc
diff --git
a/.bashrc
b/.bashrc
index
e32561d
..
acfaf50
100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-13,3
+13,8
@@
export PS1="[\[\e[36;1m\]\u@\h \[\e[32;1m\]\w\[\e[m\]]\[\e[33m\](\$(git branch 2
export EDITOR=vim
export TERM=xterm-256color
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 {}'"
+