mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
[#269] Remove redundant compinit calls.
This commit is contained in:
parent
7f8c40fe4b
commit
986163fc81
12 changed files with 14 additions and 45 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# FILE: extract.plugin.zsh
|
||||
# DESCRIPTION: oh-my-zsh plugin file.
|
||||
# AUTHOR: Sorin Ionescu (sorin.ionescu@gmail.com)
|
||||
# VERSION: 1.0.1
|
||||
# VERSION: 1.0.2
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
@ -77,9 +77,3 @@ function extract() {
|
|||
}
|
||||
|
||||
alias x=extract
|
||||
|
||||
# add extract completion function to path
|
||||
fpath=($ZSH/plugins/extract $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue