fix(zsh): enable bash completion compat
This commit is contained in:
parent
3e65a106b6
commit
7cd7337e87
@ -6,6 +6,11 @@ configure() {
|
|||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
|
||||||
|
# Enables bash completion compatability
|
||||||
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
autoload -U +X compinit && compinit
|
||||||
|
|
||||||
|
|
||||||
local wkdir="${BASE_ZSH_CONFIG_DIR}/config/profile"
|
local wkdir="${BASE_ZSH_CONFIG_DIR}/config/profile"
|
||||||
source "${wkdir}/profile/options.zsh"
|
source "${wkdir}/profile/options.zsh"
|
||||||
source "${wkdir}/profile/env.zsh"
|
source "${wkdir}/profile/env.zsh"
|
||||||
|
Loading…
Reference in New Issue
Block a user