diff options
Diffstat (limited to 'scripts/cli.sh')
| -rw-r--r-- | scripts/cli.sh | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/scripts/cli.sh b/scripts/cli.sh deleted file mode 100644 index 2f4571d..0000000 --- a/scripts/cli.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash - -# Get the real directory where this script is located -SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" - -############## -### CONFIG ### -############## - -# Use JV_LANG to set CLI language -# Supported: en, zh-CN -# export JV_LANG=en - -############### -### ALIASES ### -############### - -alias jj='jv here' -alias jvu='jv update' -alias jvt='jv track' -alias jmv='jv move' - -################## -### COMPLETION ### -################## - -if [ -f "$SCRIPT_DIR/completion_jv.sh" ]; then - source "$SCRIPT_DIR/completion_jv.sh" -fi -if [ -f "$SCRIPT_DIR/completion_jvv.sh" ]; then - source "$SCRIPT_DIR/completion_jvv.sh" -fi - -################## -### ENVIREMENT ### -################## - -if [ -d "$SCRIPT_DIR/bin" ]; then - export PATH="$SCRIPT_DIR/bin:$PATH" -fi |
