From 3e5fd66166c207ac2740aab333e19906a2430aaa Mon Sep 17 00:00:00 2001 From: Arseniy Date: Sat, 14 Oct 2023 20:30:56 +0300 Subject: [PATCH] Remove creation of file z! on init --- templates/fish.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/fish.txt b/templates/fish.txt index 1db92b0..cad9aed 100644 --- a/templates/fish.txt +++ b/templates/fish.txt @@ -65,7 +65,7 @@ end if test -z $__zoxide_z_prefix set __zoxide_z_prefix 'z!' end -set __zoxide_z_prefix_regex ^(string escape --style=regex $__zoxide_z_prefix) +set __zoxide_z_prefix_regex (string escape --style=regex $__zoxide_z_prefix) # Jump to a directory using only keywords. function __zoxide_z