bashrc: add wasmtime

This commit is contained in:
2024-08-29 10:12:32 +01:00
parent 17e9e24ae1
commit 6dcd55ad4c

4
bashrc.d/wasmtime.bash Normal file
View File

@@ -0,0 +1,4 @@
if [ -d "$HOME/.wasmtime" ] ; then
export WASMTIME_HOME="$HOME/.wasmtime"
addpath "$WASMTIME_HOME/bin"
fi