blob: 5ae4520383992c8a1542448e8b50b90967e5df00 [file] [log] [blame]
# OpenLane .bashrc file
# Source global definitions
alias ll='ls -lAFh';
export OL_GIT_VERSION=$(cat /git_version_short);
export PS1="\[\033[1;31m\]OpenLane Container ($OL_GIT_VERSION)\[\033[0m\]:\[\033[4;32m\]\w\[\033[0m\]$ ";