fix pdf command for wsl
This commit is contained in:
parent
e8460b3515
commit
b4255521a1
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ abbr rm "rm -rf"
|
||||||
abbr catall "catall . '*.ext1' '*.ext2' | clip.exe"
|
abbr catall "catall . '*.ext1' '*.ext2' | clip.exe"
|
||||||
abbr ll "eza --git -gl"
|
abbr ll "eza --git -gl"
|
||||||
abbr la "eza --git -gla"
|
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)"
|
||||||
|
|
Loading…
Reference in a new issue