buildenv/aliases.sh

10 lines
308 B
Bash
Raw Normal View History

2025-03-09 00:19:28 +01:00
# 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