Merge branch 'trunk' into master
This commit is contained in:
		
							
								
								
									
										24
									
								
								modules/compinstall.zsh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								modules/compinstall.zsh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
# The following lines were added by compinstall
 | 
			
		||||
 | 
			
		||||
zstyle ':completion:*' auto-description '%BCompleting argument: $F{magenta}%d%f%b'
 | 
			
		||||
zstyle ':completion:*' expand prefix suffix
 | 
			
		||||
zstyle ':completion:*' format '%BCompleting: %F{cyan}%d%f%b'
 | 
			
		||||
zstyle ':completion:*' group-name ''
 | 
			
		||||
zstyle ':completion:*' ignore-parents parent pwd .. directory
 | 
			
		||||
zstyle ':completion:*' insert-unambiguous true
 | 
			
		||||
zstyle ':completion:*' list-colors ''
 | 
			
		||||
zstyle ':completion:*' list-prompt '%SAt %p: Hit TAB for more, or the character to insert%s'
 | 
			
		||||
zstyle ':completion:*' list-suffixes true
 | 
			
		||||
zstyle ':completion:*' matcher-list '' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
 | 
			
		||||
zstyle ':completion:*' menu select=1
 | 
			
		||||
zstyle ':completion:*' original false
 | 
			
		||||
zstyle ':completion:*' preserve-prefix '//[^/]##/'
 | 
			
		||||
zstyle ':completion:*' select-prompt '%F{blue}%B%l%b \(%p\)%f'
 | 
			
		||||
zstyle ':completion:*' squeeze-slashes true
 | 
			
		||||
zstyle ':completion:*' use-compctl true
 | 
			
		||||
zstyle ':completion:*' verbose true
 | 
			
		||||
zstyle :compinstall filename '/home/nicole/.local/share/zeesh/compinstall.zsh'
 | 
			
		||||
 | 
			
		||||
autoload -Uz compinit
 | 
			
		||||
compinit
 | 
			
		||||
# End of lines added by compinstall
 | 
			
		||||
@@ -10,7 +10,7 @@ _zeesh_fresh_install=0
 | 
			
		||||
if [[ ! -d ~/.local/share/zeesh ]]; then
 | 
			
		||||
    if type git &> /dev/null; then
 | 
			
		||||
        printf "zeesh: installing"
 | 
			
		||||
        git clone git://vcs.lavacano.net/zeesh.git ~/.local/share/zeesh &> ~/zeesh-install.log
 | 
			
		||||
        git clone https://vcs.otl-hga.net/nicole/zeesh.git ~/.local/share/zeesh &> ~/zeesh-install.log
 | 
			
		||||
        _zeesh_fresh_install=1
 | 
			
		||||
    else
 | 
			
		||||
        printf "zeesh: cannot install without git\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user