feat(zsh): set ZSH opts
This commit is contained in:
parent
3a693e4ffd
commit
c363640a93
|
@ -35,6 +35,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef g=git
|
compdef g=git
|
||||||
|
|
||||||
|
setopt auto_cd
|
||||||
|
setopt auto_pushd
|
||||||
|
setopt pushd_ignore_dups
|
||||||
|
setopt pushdminus
|
||||||
'';
|
'';
|
||||||
|
|
||||||
zplug = {
|
zplug = {
|
||||||
|
|
Loading…
Reference in a new issue