diff --git a/image/bashrc.txt b/image/bashrc.txt index ed131757..966e298c 100644 --- a/image/bashrc.txt +++ b/image/bashrc.txt @@ -21,7 +21,7 @@ export GOROOT=/root/go export GOPATH=/root/go_path # This will allow users to keep an alias file after this file is added -if [ -f /root/.aliases ]; then +if [ -f /root/.stxAliases ]; then . /root/.aliases fi