feat: cleanup some unneeded stuff from zshrc
This commit is contained in:
		
							
								
								
									
										14
									
								
								zsh/.zshrc
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								zsh/.zshrc
									
									
									
									
									
								
							@@ -44,7 +44,7 @@ export LANG=en_US.UTF-8
 | 
				
			|||||||
export PATH="/opt/homebrew/sbin:$PATH"
 | 
					export PATH="/opt/homebrew/sbin:$PATH"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# pyenv
 | 
					# pyenv
 | 
				
			||||||
export PYENV_ROOT="$HOME/.pyenv"
 | 
					export PYENV_ROOT="$XDG_DATA_HOME/.pyenv"
 | 
				
			||||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
 | 
					command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
 | 
				
			||||||
eval "$(pyenv init -)"
 | 
					eval "$(pyenv init -)"
 | 
				
			||||||
eval "$(pyenv virtualenv-init -)"
 | 
					eval "$(pyenv virtualenv-init -)"
 | 
				
			||||||
@@ -63,21 +63,9 @@ eval "$(ggman shellrc)"
 | 
				
			|||||||
# gpg
 | 
					# gpg
 | 
				
			||||||
export GPG_TTY=$(tty)
 | 
					export GPG_TTY=$(tty)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# deno
 | 
					 | 
				
			||||||
export DENO_INSTALL="/Users/janezicmatej/.deno"
 | 
					 | 
				
			||||||
export PATH="$DENO_INSTALL/bin:$PATH"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# dvm
 | 
					 | 
				
			||||||
export DVM_DIR="/Users/janezicmatej/.dvm"
 | 
					 | 
				
			||||||
export PATH="$DVM_DIR/bin:$PATH"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# editor
 | 
					# editor
 | 
				
			||||||
export EDITOR=nvim
 | 
					export EDITOR=nvim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# gcloud sdk
 | 
					 | 
				
			||||||
source "$(brew --prefix)/share/google-cloud-sdk/path.zsh.inc"
 | 
					 | 
				
			||||||
source "$(brew --prefix)/share/google-cloud-sdk/completion.zsh.inc"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# custom functions and aliases
 | 
					# custom functions and aliases
 | 
				
			||||||
source "$ZDOTDIR/aliases.zsh"
 | 
					source "$ZDOTDIR/aliases.zsh"
 | 
				
			||||||
source "$ZDOTDIR/functions.zsh"
 | 
					source "$ZDOTDIR/functions.zsh"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user