diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-03-05 22:07:35 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-03-05 22:07:35 +0300 |
| commit | ce7ce4b93e7b4171a0e0f849d27cf841202ac6bb (patch) | |
| tree | bf8711e911dbd9dbaf5c5750a9634fa1daa9a9e4 /.bash_profile | |
| parent | 10bc2b76f3eace3f0b86fc985d13e35ff8b7bec8 (diff) | |
| download | dotfiles-ce7ce4b93e7b4171a0e0f849d27cf841202ac6bb.tar.gz dotfiles-ce7ce4b93e7b4171a0e0f849d27cf841202ac6bb.zip | |
bashrc: remove pacs command, bash_profile: add tessdata_prefix
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 |
