mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 08:38:41 +00:00 
			
		
		
		
	Remove oh-my-zsh from zshrc
This commit is contained in:
		
							parent
							
								
									38bba596c6
								
							
						
					
					
						commit
						b8009f3509
					
				| 
						 | 
					@ -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="$HOME/.oh-my-zsh"
 | 
					# export ZSH="$HOME/.oh-my-zsh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set name of the theme to load --- if set to "random", it will
 | 
					# Set name of the theme to load --- if set to "random", it will
 | 
				
			||||||
# load a random theme each time oh-my-zsh is loaded, in which case,
 | 
					# load a random theme each time oh-my-zsh is loaded, in which case,
 | 
				
			||||||
| 
						 | 
					@ -73,9 +73,9 @@ ZSH_THEME="robbyrussell"
 | 
				
			||||||
plugins=(zsh-autosuggestions zsh-completions git rust)
 | 
					plugins=(zsh-autosuggestions zsh-completions git rust)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# zsh-completions
 | 
					# zsh-completions
 | 
				
			||||||
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
 | 
					# fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
source $ZSH/oh-my-zsh.sh
 | 
					# source $ZSH/oh-my-zsh.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# User configuration
 | 
					# User configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue