提交 81bfab14 编写于 作者: S storypku

Docker: adjust user preference settings

上级 c00b1565
......@@ -14,8 +14,9 @@ if [[ -e "/apollo/scripts/apollo_base.sh" ]]; then
. /apollo/scripts/apollo_base.sh
fi
export EDITOR="vim"
alias v="vim"
# export EDITOR="vim"
# alias v="vim"
alias bb="bazel build --distdir=/apollo/.cache/distdir"
alias bt="bazel test --distdir=/apollo/.cache/distdir"
......
set nocompatible
set encoding=utf-8
set hlsearch
set smartindent
set ruler
set number
set ts=4
set sw=4
set expandtab
autocmd FileType make setlocal noexpandtab
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册