From ce7ce4b93e7b4171a0e0f849d27cf841202ac6bb Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 5 Mar 2021 22:07:35 +0300 Subject: bashrc: remove pacs command, bash_profile: add tessdata_prefix --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') 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 -- cgit v1.2.3