summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
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'