From 279d0319bd8069142f00f9e2ac625df3f481d9fc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 7 Oct 2024 02:35:21 +0200 Subject: [PATCH] use home dir --- .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 38b5067..1714b91 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -7,5 +7,5 @@ abbr catall "catall . '*.ext1' '*.ext2' | clip.exe" abbr ll "eza --git -gl" abbr la "eza --git -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' -ok rm {} \;" abbr beep "powershell.exe -c '[console]::beep(200,300)'"