mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
10 lines
227 B
Bash
10 lines
227 B
Bash
export EDITOR='vim'
|
|
export VIMINIT='source $MYVIMRC'
|
|
export MYVIMRC="~/.vimrc"
|
|
|
|
source $HOME/.profile
|
|
|
|
if [ -d "/data/openpilot" ] && [ "$(tmux display-message -p '#{session_name}')" == "comma" ] ; then
|
|
cd /data/openpilot
|
|
fi
|