diff options
author | Yigit Sever | 2024-08-30 09:57:49 +0200 |
---|---|---|
committer | Yigit Sever | 2024-08-30 09:57:49 +0200 |
commit | ed96cb979fbea09f801fa78e86a56684bcb38467 (patch) | |
tree | 857c4a3a7b9cb31ce0063f02dd84fb10fcd70b5c /.config | |
parent | b57f6d40f9de2b60ae4087d87a8b2018d72470a9 (diff) | |
download | dotfiles-ed96cb979fbea09f801fa78e86a56684bcb38467.tar.gz dotfiles-ed96cb979fbea09f801fa78e86a56684bcb38467.tar.bz2 dotfiles-ed96cb979fbea09f801fa78e86a56684bcb38467.zip |
fish: use stardict dictionary
Diffstat (limited to '.config')
-rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 6780121..2cf4071 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
@@ -23,6 +23,7 @@ set --global --export WECHALLTOKEN "35624-0D38B-A2F16-A98B0-5963D-6DF19" | |||
23 | set --global --export RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/library/ | 23 | set --global --export RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/library/ |
24 | set --global --export NLTK_DATA "$HOME/.local/share/nltk_data" | 24 | set --global --export NLTK_DATA "$HOME/.local/share/nltk_data" |
25 | set --global --export VIRTUALFISH_HOME "$HOME/.local/share/venvs/" | 25 | set --global --export VIRTUALFISH_HOME "$HOME/.local/share/venvs/" |
26 | set --global --export STARDICT_DATA_DIR "$HOME/.local/share/dict/" | ||
26 | 27 | ||
27 | 28 | ||
28 | if status is-interactive | 29 | if status is-interactive |
@@ -57,6 +58,7 @@ if status is-interactive | |||
57 | abbr --add --global yst 'yadm status' | 58 | abbr --add --global yst 'yadm status' |
58 | abbr --add --global dr 'dragon-drop' | 59 | abbr --add --global dr 'dragon-drop' |
59 | abbr --add --global ddg 'surfraw duckduckgo -j' | 60 | abbr --add --global ddg 'surfraw duckduckgo -j' |
61 | abbr --add --global lu 'sdcv' | ||
60 | 62 | ||
61 | if test (sessiontype) != "X11" | 63 | if test (sessiontype) != "X11" |
62 | abbr --add --global C 'wl-copy' # Wayland | 64 | abbr --add --global C 'wl-copy' # Wayland |