From 26cfd339ee4d4c6072295b5217b4cea6fdccb0bc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 11 Apr 2024 14:46:04 +0200 Subject: [PATCH] huh --- .config/fish/conf.d/abbr_arch.fish | 2 +- .config/fish/conf.d/abbr_wsl.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index 0c6ef7b..685f69a 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -5,7 +5,7 @@ abbr vs "codium ." abbr xclip "xclip -selection clipboard" abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'" abbr rm "trash -f" -abbr catall "catall . *.ext1 *.ext2 | xclip -selection clipboard" +abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard" abbr ll "eza --git --icons -gl" abbr la "eza --git --icons -gla" abbr pdf "firefox *.pdf & disown" diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index eabc003..216a37b 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -3,6 +3,6 @@ abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc x86_64-w64-mingw32-gcc abbr rm "rm -rf" -abbr catall "catall . *.ext1 *.ext2 | clip.exe" +abbr catall "catall . '*.ext1' '*.ext2' | clip.exe" abbr ll "eza --git -gl" abbr la "eza --git -gla"