feat(zsh): configure autocd
and cdpath
This commit is contained in:
parent
aad6001ccd
commit
2c4e616026
|
@ -188,6 +188,13 @@
|
||||||
enableCompletion = false;
|
enableCompletion = false;
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
|
autocd = true;
|
||||||
|
cdpath = [
|
||||||
|
"$HOME/Code"
|
||||||
|
"$HOME/Code/*"
|
||||||
|
"$HOME"
|
||||||
|
];
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
# Case insensitive autocompletion.
|
# Case insensitive autocompletion.
|
||||||
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
|
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
|
||||||
|
|
Loading…
Reference in a new issue