feat: add dict

This commit is contained in:
eneller
2023-05-19 16:59:39 +02:00
parent 9ca39f741d
commit a749491ed4
2 changed files with 10 additions and 0 deletions

9
.config/dict/dictrc Normal file
View File

@@ -0,0 +1,9 @@
# This is the configuration file for dict.
# Usually all you will ever need here is the server keywords.
# Refer to the dict manpage for other options.
# It will only check the second server if the first fails
# localhost uses the dictd service. Configure it to use your local dictionaries.
# see: freedict, /etc/dict/dict.conf, /usr/share/dictd
server localhost
server dict.org

View File

@@ -19,6 +19,7 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
alias dict='dict -c "$XDG_CONFIG_HOME"/dict/dictrc '
# THEME