diff --git a/Examples-(fish).md b/Examples-(fish).md index 04d87a8..c808ea9 100644 --- a/Examples-(fish).md +++ b/Examples-(fish).md @@ -152,7 +152,7 @@ function vsr -d "List recently opened files with vscode" $grep '"path": "/.*[^/]"' "$vscode_path/storage.json" \ | string replace -a '"path": ' '' \ | string trim -c '"'\ - | fzf --select-1 --exit-0 ) + | fzf --exit-0 ) [ -n "$selected" ]; and codium "$selected" end