update zsh

This commit is contained in:
xfy
2024-11-12 17:31:33 +08:00
parent 1ad619f164
commit df0abcf203

View File

@ -159,4 +159,8 @@ fi
if [[ $OSTYPE == "linux"* ]]; then
if [[ ":$FPATH:" != *":/home/xfy/.zsh/completions:"* ]]; then export FPATH="/home/xfy/.zsh/completions:$FPATH"; fi
. "/home/xfy/.deno/env"
# Wasmer
export WASMER_DIR="/home/xfy/.wasmer"
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"
fi