Fix bug in pdf alias
This commit is contained in:
parent
e31d0c2fea
commit
c501886030
|
@ -92,7 +92,7 @@ alias :q = exit
|
|||
|
||||
# evince in background
|
||||
def pdf [arg: string] {
|
||||
pueue add evince ($arg | str replace ' ' '\ ')
|
||||
pueue add evince ($arg | str replace -a ' ' '\ ')
|
||||
}
|
||||
|
||||
# ripgrep
|
||||
|
|
Loading…
Reference in New Issue