From 6b4bdacdd489b26a382e1f7b7727834d427c51e4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 21 Dec 2024 14:01:09 +0100 Subject: [PATCH] local instead of global --- .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 9a59bf2..6591cfb 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' -delete" +abbr zfind "find . -type f -name '*:Zone.Identifier' -delete" abbr beep "powershell.exe -c '[console]::beep(200,300)'"