mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 06:19:09 +00:00 
			
		
		
		
	Remove compleat
Compleat (http://git.io/4foLxQ) has not been updated in two years and should be considered abandoned.
This commit is contained in:
		@@ -1,23 +0,0 @@
 | 
			
		||||
#
 | 
			
		||||
# Loads Compleat completions.
 | 
			
		||||
#
 | 
			
		||||
# Authors:
 | 
			
		||||
#   Sorin Ionescu <sorin.ionescu@gmail.com>
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
# Load dependencies.
 | 
			
		||||
omodload 'completion'
 | 
			
		||||
 | 
			
		||||
if (( ${+commands[compleat]} )); then
 | 
			
		||||
  compleat_setup="${commands[compleat]:h:h}/share/compleat-1.0/compleat_setup"
 | 
			
		||||
 | 
			
		||||
  if [[ -f "$compleat_setup" ]]; then
 | 
			
		||||
    if autoloadable bashcompinit; then
 | 
			
		||||
      autoload -Uz bashcompinit && bashcompinit
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
    source "$compleat_setup"
 | 
			
		||||
    unset compleat_setup
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user