summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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