16 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#compdef fedit
 | 
						|
local arguments
 | 
						|
 | 
						|
arguments=(
 | 
						|
  {-h,--help}'[show this help message and exit]'
 | 
						|
  {-b,--boot}'[edit a file in /boot]'
 | 
						|
  {-d,--dir}'[edit a file in a given directory]'
 | 
						|
  {-E,--etc}'[edit a file in /etc]'
 | 
						|
  {-e,--editor}'[use a given editor]'
 | 
						|
  {-I,--no-ignore}'[do not respect  .(git|fd)ignore files]'
 | 
						|
  {-i,--no-ignore-vcs}'[do not respect .gitignore files]'
 | 
						|
  '*:filename:_files'
 | 
						|
)
 | 
						|
 | 
						|
_arguments -s $arguments
 |