summaryrefslogtreecommitdiffstats
path: root/.config/fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish')
-rw-r--r--.config/fish/config.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index e4edb7f..4f7aab8 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -60,7 +60,7 @@ if status is-interactive
60 abbr --add --global ddg 'surfraw duckduckgo -j' 60 abbr --add --global ddg 'surfraw duckduckgo -j'
61 abbr --add --global lu 'sdcv' 61 abbr --add --global lu 'sdcv'
62 62
63 if test "$WAYLAND_DISPLAY" != "wayland-1" 63 if test "$WAYLAND_DISPLAY" = "wayland-1"
64 abbr --add --global C 'wl-copy' # Wayland 64 abbr --add --global C 'wl-copy' # Wayland
65 else 65 else
66 abbr --add --global C 'xsel -b' # X11 66 abbr --add --global C 'xsel -b' # X11