mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Quote _last_z_arg in case it's not defined.
@@ -520,7 +520,7 @@ z() {
|
||||
}
|
||||
|
||||
zz() {
|
||||
cd "$(_z -l 2>&1 | sed 's/^[0-9,.]* *//' | fzf -q $_last_z_args)"
|
||||
cd "$(_z -l 2>&1 | sed 's/^[0-9,.]* *//' | fzf -q "$_last_z_args")"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user