blob: 2da80632aad5d975c11fa1e71f1aec9c0dc9d520 [file] [log] [blame]
# /etc/skel/.bash_profile
# This file is sourced by bash for login shells. The following line
# runs your .bashrc and is recommended by the bash info pages.
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Chromium OS build environment settings
export CROS_WORKON_SRCROOT="/home/${USER}/trunk"
export PORTAGE_USERNAME="${USER}"