summaryrefslogtreecommitdiffstats
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
authorYigit Sever2024-08-30 09:57:49 +0200
committerYigit Sever2024-08-30 09:57:49 +0200
commited96cb979fbea09f801fa78e86a56684bcb38467 (patch)
tree857c4a3a7b9cb31ce0063f02dd84fb10fcd70b5c /.config/fish/config.fish
parentb57f6d40f9de2b60ae4087d87a8b2018d72470a9 (diff)
downloaddotfiles-ed96cb979fbea09f801fa78e86a56684bcb38467.tar.gz
dotfiles-ed96cb979fbea09f801fa78e86a56684bcb38467.tar.bz2
dotfiles-ed96cb979fbea09f801fa78e86a56684bcb38467.zip
fish: use stardict dictionary
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish2
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"
23set --global --export RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/library/ 23set --global --export RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/library/
24set --global --export NLTK_DATA "$HOME/.local/share/nltk_data" 24set --global --export NLTK_DATA "$HOME/.local/share/nltk_data"
25set --global --export VIRTUALFISH_HOME "$HOME/.local/share/venvs/" 25set --global --export VIRTUALFISH_HOME "$HOME/.local/share/venvs/"
26set --global --export STARDICT_DATA_DIR "$HOME/.local/share/dict/"
26 27
27 28
28if status is-interactive 29if 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