Remove creation of file z! on init
This commit is contained in:
parent
073500cbdf
commit
3e5fd66166
|
|
@ -65,7 +65,7 @@ end
|
||||||
if test -z $__zoxide_z_prefix
|
if test -z $__zoxide_z_prefix
|
||||||
set __zoxide_z_prefix 'z!'
|
set __zoxide_z_prefix 'z!'
|
||||||
end
|
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.
|
# Jump to a directory using only keywords.
|
||||||
function __zoxide_z
|
function __zoxide_z
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue