Don't add aliases when running inside container
This commit is contained in:
parent
2c20733ae1
commit
440157da04
@ -1,7 +1,9 @@
|
||||
# Copy this file to ~/.bashrc./ for some buildenv aliases.
|
||||
#
|
||||
|
||||
if [ ! -f "/run/.toolboxenv" ]; then
|
||||
alias b='toolbox run -c creatures-buildenv b'
|
||||
alias bdep='toolbox run -c creatures-buildenv bdep'
|
||||
alias bpkg='toolbox run -c creatures-buildenv bpkg'
|
||||
alias yarn='toolbox run -c creatures-buildenv yarn'
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user