mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix: use hilbish.home instead of home env var
This commit is contained in:
		
							parent
							
								
									eab3f27ebf
								
							
						
					
					
						commit
						805eefcd17
					
				@ -34,8 +34,8 @@ commander.register('cd', function (args)
 | 
			
		||||
		bait.throw('cd', path)
 | 
			
		||||
		return
 | 
			
		||||
	end
 | 
			
		||||
	fs.cd(os.getenv 'HOME')
 | 
			
		||||
	bait.throw('cd', os.getenv 'HOME')
 | 
			
		||||
	fs.cd(hilbish.home)
 | 
			
		||||
	bait.throw('cd', hilbish.home)
 | 
			
		||||
 | 
			
		||||
	return
 | 
			
		||||
end)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user