Merge branch 'master' into dev

This commit is contained in:
Nicolas Bertrand 2021-07-02 15:38:56 +02:00
commit b665d16bc5
1 changed files with 6 additions and 0 deletions

View File

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