mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 12:09:08 +00:00 
			
		
		
		
	[Fix #381] Remove the path_helper workaround
This commit is contained in:
		@@ -43,16 +43,9 @@ typeset -gU cdpath fpath mailpath path
 | 
			
		||||
# Set the list of directories that Zsh searches for programs.
 | 
			
		||||
path=(
 | 
			
		||||
  /usr/local/{bin,sbin}
 | 
			
		||||
  /usr/{bin,sbin}
 | 
			
		||||
  /{bin,sbin}
 | 
			
		||||
  $path
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
for path_file in /etc/paths.d/*(.N); do
 | 
			
		||||
  path+=($(<$path_file))
 | 
			
		||||
done
 | 
			
		||||
unset path_file
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Less
 | 
			
		||||
#
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user