fix pdf command for wsl

This commit is contained in:
Mylloon 2024-04-25 11:31:50 +02:00
parent e8460b3515
commit b4255521a1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -6,4 +6,4 @@ abbr rm "rm -rf"
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' *.pdf"
abbr pdf "'/mnt/c/Program Files/Mozilla Firefox/firefox.exe' (for f in *.pdf; echo "file:///"(wslpath -m .)/$f; end)"