mirror of https://github.com/einverne/dotfiles.git
				
				
			
				 4 changed files with 45 additions and 23 deletions
			
			
		@ -1,6 +1,15 @@ | 
				
			|||||||
# If you come from bash you might have to change your $PATH. | 
					# If you come from bash you might have to change your $PATH. | 
				
			||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH | 
					# export PATH=$HOME/bin:/usr/local/bin:$PATH | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if type brew &>/dev/null; then | 
				
			||||||
 | 
						echo "brew completion" | 
				
			||||||
 | 
					    FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH | 
				
			||||||
 | 
						fpath=($HOME/.asdf/completions $fpath) | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						autoload -Uz compinit | 
				
			||||||
 | 
						compinit | 
				
			||||||
 | 
					fi | 
				
			||||||
 | 
					
 | 
				
			||||||
autoload -Uz compinit && compinit | 
					autoload -Uz compinit && compinit | 
				
			||||||
# you need to git clone [email protected]:zsh-users/antigen.git to $HOME | 
					# you need to git clone [email protected]:zsh-users/antigen.git to $HOME | 
				
			||||||
if [[ -d $HOME/antigen ]]; then | 
					if [[ -d $HOME/antigen ]]; then | 
				
			||||||
 | 
				
			|||||||
					Loading…
					
					
				
		Reference in new issue