Xinqi Bao's Git
projects
/
dotfiles.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
93f5a29
)
minor update
author
Xinqi Bao <
[email protected]
>
Wed, 29 Dec 2021 13:52:54 +0000
(21:52 +0800)
committer
Xinqi Bao <
[email protected]
>
Wed, 29 Dec 2021 13:52:54 +0000
(21:52 +0800)
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index
21c7671
..
8d5b0cb
100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-11,7
+11,7
@@
alias vim='nvim'
alias vimdiff='nvim -d'
export EDITOR=nvim
-export PATH=$HOME/tool:$
HOME/lib/grpc/bin:$
PATH
+export PATH=$HOME/tool:$PATH
export PS1="[\[\e[36;1m\]\u@\h \[\e[32;1m\]\w\[\e[m\]]\[\e[33m\](\$(git branch 2>/dev/null | grep '^*' | colrm 1 2))\n\[\e[m\]~~~>\$ "
export TERM=xterm-256color