You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type z, there is no auto complement ,unless I type all the correct path on it.
giovanni at Laptop-G in~/src/mypj/mycc/src (main●●●)
$ z
149928 /home/giovanni/src/mypj/mycc/src
194401 /home/giovanni/src
494147 /home/giovanni/.oh-my-zsh/custom/plugins/zsh-z
giovanni at Laptop-G in~/src/mypj/mycc/src (main●●●)
$ z a
giovanni at Laptop-G in~/.oh-my-zsh/custom/plugins/zsh-z (master)
$ z b
giovanni at Laptop-G in~/.oh-my-zsh/custom/plugins/zsh-z (master)
$ z cus
giovanni at Laptop-G in~/.oh-my-zsh/custom/plugins/zsh-z (master)
$ z et
giovanni at Laptop-G in~/.oh-my-zsh/custom/plugins/zsh-z (master)
$ z ~
giovanni at Laptop-G in~
$
And there
I git clone in my .oh-my-zsh/custom/plugins/zsh-z/ path , and I use .zshrc to installed it.
giovanni at Laptop-G in~
$ type z
z is an aliasfor zshz 2>&1
giovanni at Laptop-G in~
$ z -h
Usage: z [OPTION]... [ARGUMENT]
Jump to a directory that you have visited frequently or recently, or a bit of both, based on the partial string ARGUMENT.
With no ARGUMENT, list the directory historyin ascending rank.
--add Add a directory to the database
-c Only match subdirectories of the current directory
-e Echo the best match without going to it
-h Display this help and exit
-l List all matches without going to them
-r Match by rank
-t Match by recent access
-x Remove a directory from the database (by default, the current directory)
-xR Remove a directory and its subdirectories from the database (by default, the current directory)
I am using ubuntu , zsh, and oh-my-zsh
When I type z, there is no auto complement ,unless I type all the correct path on it.
And there
I git clone in my
.oh-my-zsh/custom/plugins/zsh-z/
path , and I use .zshrc to installed it.this is my .zshrc:
and this is what you may need to solve this issue
I guess my .z database doesnot work correctly, but I'm not sure and don't know how to fix it.
Thank you so much to help me !
The text was updated successfully, but these errors were encountered: