Sfoglia il codice sorgente

Fix sdcv path

master
10sr 9 mesi fa
parent
commit
e6695fb840
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      profile

+ 4
- 1
profile Vedi 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



Caricamento…
Annulla
Salva