mirror of
				https://github.com/KevinMidboe/dotfiles.git
				synced 2025-10-29 17:40:19 +00:00 
			
		
		
		
	use home env variable for base path
This commit is contained in:
		
							
								
								
									
										2
									
								
								.zshrc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.zshrc
									
									
									
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | # export PATH=$HOME/bin:/usr/local/bin:$PATH | ||||||
|  |  | ||||||
| # Path to your oh-my-zsh installation. | # Path to your oh-my-zsh installation. | ||||||
| export ZSH=/Users/kevinmidboe/.oh-my-zsh | export ZSH=$HOME/.oh-my-zsh | ||||||
| export PATH="$HOME/.cargo/bin:$PATH" | export PATH="$HOME/.cargo/bin:$PATH" | ||||||
|  |  | ||||||
| # Set name of the theme to load. Optionally, if you set this to "random" | # Set name of the theme to load. Optionally, if you set this to "random" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user