diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 6b61905..7195529 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,5 +6,6 @@ export PATH="${PATH}:$HOME/.gem/ruby/2.7.0/bin:$HOME/.local/bin" export EDITOR="nvim" export TERMINAL="alacritty" export BROWSER="firefox" +export TESSDATA_PREFIX=/usr/share/tessdata [[ -f ~/.bashrc ]] && . ~/.bashrc |
