Files
dotfiles/bashrc.d/wasmtime.bash
2024-08-29 10:12:38 +01:00

5 lines
110 B
Bash

if [ -d "$HOME/.wasmtime" ] ; then
export WASMTIME_HOME="$HOME/.wasmtime"
addpath "$WASMTIME_HOME/bin"
fi