aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2020-09-22 01:12:39 +0800
committerjixiuf <jixiuf@qq.com>2020-09-22 01:12:39 +0800
commit8ed3cf2f47621c296e203257ccc4f25946be45ec (patch)
treed212c026f252fbca203c0c6cf41d4b4fe1368130 /README.md
parent7c6bc8f69b6ebebe26df0b965b4dec04ba9d0008 (diff)
Set default open path to the current path for fish
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 839eecf..d30867b 100644
--- a/README.md
+++ b/README.md
@@ -534,6 +534,7 @@ say() {
Or for `fish`:
```fish
function find_file
+ set -q argv[1]; or set argv[1] "."
vterm_cmd find-file (realpath "$argv")
end