Browse Source

Fix sdcv path

master
10sr 8 months ago
parent
commit
e6695fb840
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      profile

+ 4
- 1
profile View File

@@ -132,7 +132,10 @@ then
export PIPX_DEFAULT_PYTHON="$HOME"/.brew/bin/python3
fi

export STARDICT_DATA_DIR=$HOME/.brew/share/sdcv-dict-oxford
if which brew >/dev/null
then
export STARDICT_DATA_DIR=`brew --prefix`/share/sdcv-dict-oxford
fi

export HOMEBREW_NO_AUTO_UPDATE=1



Loading…
Cancel
Save