Merge branch 'master' into dev

This commit is contained in:
Nicolas Bertrand
2021-07-02 15:38:56 +02:00

View File

@@ -22,6 +22,12 @@ if [ -d $HOME/.cargo ]; then
fi
fi
# .local path
if [ -d $HOME/.local/bin ]; then
export PATH=$HOME/.local/bin:$PATH
fi
# Wasmer path
if [ -d $HOME/.wasmer ]; then
export WASMER_DIR="$HOME/.wasmer"