better zsh file setup
This commit is contained in:
		@@ -8,6 +8,8 @@ for file in ~/.config/shell/{path,exports,aliases,functions,extra}; do
 | 
				
			|||||||
done;
 | 
					done;
 | 
				
			||||||
unset file;
 | 
					unset file;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					source ~/.config/zsh/rc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Setup pyenv, if it is installed:
 | 
					# Setup pyenv, if it is installed:
 | 
				
			||||||
if [ -x "$(command -v pyenv)" ]; then
 | 
					if [ -x "$(command -v pyenv)" ]; then
 | 
				
			||||||
	eval "$(pyenv init --path)"
 | 
						eval "$(pyenv init --path)"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								shell/.zprofile
									
									
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								shell/.zprofile
									
									
									
									
									
										Symbolic link
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					.config/shell/profile
 | 
				
			||||||
		Reference in New Issue
	
	Block a user