mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-08 02:54:40 +08:00
9 lines
230 B
Bash
9 lines
230 B
Bash
export EDITOR='vim'
|
|
export VIMINIT='source $MYVIMRC'
|
|
export MYVIMRC="~/.vimrc"
|
|
|
|
source $HOME/.profile
|
|
|
|
# TODO: there's probably a better way to do this for only the main tmux session
|
|
[ -d "/data/openpilot" ] && cd /data/openpilot
|