From 00b00407b6b5c37abb0d3179ef8da5222f289486 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 29 Mar 2023 10:07:29 +0200 Subject: [PATCH] [fish] Run all commands in work abbr regardless whether they succeed --- org/config/fish.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/fish.org b/org/config/fish.org index 8fa84fc..90a2c49 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -519,7 +519,7 @@ misaligned, and picom becomes too taxing on my system. I ended up writing the following command each morning, but now a simple abbrev does the work for me. #+begin_src fish -abbr work 'autorandr -l work && xwallpaper --zoom (cat $HOME/.cache/wallpaper) && pkill picom' +abbr work 'autorandr -l work; xwallpaper --zoom (cat $HOME/.cache/wallpaper); pkill picom' #+end_src *** Media