From 79d2cfac864437739ebef42fd3fad957b8b0fab4 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 26 Dec 2020 12:28:28 -0500 Subject: added stardict data dir variable to keep websters 1913 in bin --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 6ba2c5f..0941796 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,8 @@ alias chromium="GDK_BACKEND=x11 && chromium" export BROWSER="vivaldi-snapshot" #export BROWSER="chromium" export EDITOR="nvim" +# keep dictionaries in ~/bin/ +export STARDICT_DATA_DIR="$HOME/bin/dict/" export NOTES_DIR="$HOME/notes" export TERM="screen-256color" export GREP_COLOR='00;38;5;166' -- cgit v1.2.3-70-g09d2