Files
agnos-builder/userspace/home/.bash_profile
2021-09-23 19:08:32 -07:00

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