Don't add aliases when running inside container
This commit is contained in:
parent
2c20733ae1
commit
440157da04
10
aliases.sh
10
aliases.sh
@ -1,7 +1,9 @@
|
|||||||
# Copy this file to ~/.bashrc./ for some buildenv aliases.
|
# Copy this file to ~/.bashrc./ for some buildenv aliases.
|
||||||
#
|
#
|
||||||
|
|
||||||
alias b='toolbox run -c creatures-buildenv b'
|
if [ ! -f "/run/.toolboxenv" ]; then
|
||||||
alias bdep='toolbox run -c creatures-buildenv bdep'
|
alias b='toolbox run -c creatures-buildenv b'
|
||||||
alias bpkg='toolbox run -c creatures-buildenv bpkg'
|
alias bdep='toolbox run -c creatures-buildenv bdep'
|
||||||
alias yarn='toolbox run -c creatures-buildenv yarn'
|
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