aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/.bashrc4
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"