Add uninstall script; fix typos

This commit is contained in:
2019-12-16 16:58:33 +09:00
parent ec39a1b1e9
commit 16549b5d0b
57 changed files with 42 additions and 29 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
#!/bin/sh
. "$HOME"/.bash_profile
if [ -f "$HOME/.bash_profile" ]
then
. "$HOME"/.bash_profile
fi
export ZOMP_DIR="${ZOMP_DIR:-$HOME/zomp}"
export ZX_VERSION=$(cat "$ZOMP_DIR/etc/version.txt")
export ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$ZX_VERSION"