diff options
| -rw-r--r-- | .bash_profile | 1 | ||||
| -rw-r--r-- | .bashrc | 6 |
2 files changed, 1 insertions, 6 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 @@ -35,12 +35,6 @@ keylookup() { curl "http://hkps.pool.sks-keyservers.net/pks/lookup?op=get&search=0x$1" } -# ripped off from nixcasts' .bashrc -pacs() { - sudo pacman -Syy $(pacman -Ssq | fzf -m --preview="pacman -Si {}" \ - --preview-window=:hidden --bind=space:toggle-preview) -} - FOSSILS_HOME=$HOME/Documents/Fossils fslcd() { |
