Skip to content

Commit 8ed3cf2

Browse files
committed
Set default open path to the current path for fish
1 parent 7c6bc8f commit 8ed3cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ say() {
534534
Or for `fish`:
535535
```fish
536536
function find_file
537+
set -q argv[1]; or set argv[1] "."
537538
vterm_cmd find-file (realpath "$argv")
538539
end
539540

0 commit comments

Comments
 (0)