added pyenv init stuff to .zshrc.
This commit is contained in:
		
							parent
							
								
									4970f43b27
								
							
						
					
					
						commit
						f41776ca03
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -183,3 +183,8 @@
 | 
			
		|||
	#if it was installed using git, can just source the one file:
 | 
			
		||||
	testPath="$HOME/.fzf.zsh"
 | 
			
		||||
	[ -f "$testPath" ] && source $testPath
 | 
			
		||||
 | 
			
		||||
#pyenv
 | 
			
		||||
    export PYENV_ROOT="$HOME/.pyenv"
 | 
			
		||||
    [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
 | 
			
		||||
    eval "$(pyenv init -)"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue