mirror of
https://github.com/shokinn/.files.git
synced 2025-08-23 03:03:20 +00:00
Add zoxide command override for easier directory navigation
This commit is contained in:
parent
a5e83d2611
commit
8c0226d771
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ COMPLETION_WAITING_DOTS="true"
|
|||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
|
||||
# set zoxide command to cd
|
||||
ZOXIDE_CMD_OVERRIDE="cd"
|
||||
|
||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue