From 8ee077064de6dcbfbb1dbb3412dd4208d8df0f20 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 12 Dec 2024 16:13:24 +0100 Subject: [PATCH] skip confirmation --- .config/fish/conf.d/abbr_wsl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index f34a4f5..9a59bf2 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -9,5 +9,5 @@ abbr la "eza --git -gla" abbr llt "eza --git --tree --level=2 -gl" abbr lat "eza --git --tree --level=2 -gla" abbr pdf "'/mnt/c/Program Files/Mozilla Firefox/firefox.exe' (for f in *.pdf; echo "file:///"(wslpath -m .)/\$f; end)" -abbr zfind "find ~ -type f -name '*:Zone.Identifier' -ok rm {} \;" +abbr zfind "find ~ -type f -name '*:Zone.Identifier' -delete" abbr beep "powershell.exe -c '[console]::beep(200,300)'"