feat: add dict
This commit is contained in:
9
.config/dict/dictrc
Normal file
9
.config/dict/dictrc
Normal 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
|
||||||
|
|
||||||
1
.profile
1
.profile
@@ -19,6 +19,7 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
|||||||
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
|
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
|
||||||
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
||||||
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
|
alias code='code --extensions-dir "$XDG_DATA_HOME/vscode"'
|
||||||
|
alias dict='dict -c "$XDG_CONFIG_HOME"/dict/dictrc '
|
||||||
|
|
||||||
|
|
||||||
# THEME
|
# THEME
|
||||||
|
|||||||
Reference in New Issue
Block a user