mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Switch to zsh-z a faster z implementation in zsh
This commit is contained in:
parent
8aa2e9ee9d
commit
4741dd5c05
6
.zshrc
6
.zshrc
@ -25,6 +25,8 @@ zinit light zsh-users/zsh-autosuggestions
|
||||
zinit ice lucid wait
|
||||
zinit light zdharma/fast-syntax-highlighting
|
||||
zinit light zsh-users/zsh-history-substring-search
|
||||
zinit ice lucid wait
|
||||
zinit light agkozak/zsh-z
|
||||
autoload -Uz _zinit
|
||||
(( ${+_comps} )) && _comps[zinit]=_zinit
|
||||
|
||||
@ -62,8 +64,8 @@ autoload edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey '' edit-command-line
|
||||
|
||||
export _Z_DATA="$HOME/.cache/z"
|
||||
. $HOME/.cache/z.sh
|
||||
export ZSHZ_CASE=smart
|
||||
export ZSHZ_DATA="$HOME/.cache/z"
|
||||
zz () {
|
||||
cd `z -l $* | fzf | awk '{print $2}'`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user