mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	direnv: change direnv to not assume path (#8757)
On Ubuntu, direnv is not installed in `/usr/local`.
This commit is contained in:
		
							parent
							
								
									6dee9f99d3
								
							
						
					
					
						commit
						fe5ec4fe31
					
				@ -1,6 +1,6 @@
 | 
			
		||||
_direnv_hook() {
 | 
			
		||||
  trap -- '' SIGINT;
 | 
			
		||||
  eval "$("/usr/local/bin/direnv" export zsh)";
 | 
			
		||||
  eval "$(direnv export zsh)";
 | 
			
		||||
  trap - SIGINT;
 | 
			
		||||
}
 | 
			
		||||
typeset -ag precmd_functions;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user