Fix bug in pdf alias

This commit is contained in:
Thomas Forgione 2024-01-25 10:09:25 +01:00
parent e31d0c2fea
commit c501886030
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ alias :q = exit
# evince in background # evince in background
def pdf [arg: string] { def pdf [arg: string] {
pueue add evince ($arg | str replace ' ' '\ ') pueue add evince ($arg | str replace -a ' ' '\ ')
} }
# ripgrep # ripgrep