diff options
| author | Camil Staps | 2026-03-03 19:41:32 +0100 |
|---|---|---|
| committer | Camil Staps | 2026-03-03 19:41:32 +0100 |
| commit | f77db7e28d09532af402b89ec72aa2bc1d0dceb7 (patch) | |
| tree | 3de303f9c99e86c61032a654e0f2e0e93bbef477 | |
| parent | Updates to generated files (diff) | |
Add wasmer
| -rw-r--r-- | system/.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/.bashrc b/system/.bashrc index 4b59c4b..6286f22 100644 --- a/system/.bashrc +++ b/system/.bashrc @@ -142,3 +142,7 @@ PERL_MB_OPT="--install_base \"/home/camil/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/home/camil/perl5"; export PERL_MM_OPT; source ~/.profile + +# Wasmer +export WASMER_DIR="/home/camil/.wasmer" +[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh" |
