mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix!: change xdg config file to init.lua
This commit is contained in:
		
							parent
							
								
									51b1219003
								
							
						
					
					
						commit
						2a71fb0075
					
				
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@ -48,7 +48,7 @@ func main() {
 | 
			
		||||
		if _, err := os.Stat(filepath.Join(confDir, "hilbish")); os.IsNotExist(err) {
 | 
			
		||||
			defaultConfPath = filepath.Join(homedir, "/.hilbishrc.lua")
 | 
			
		||||
		} else {
 | 
			
		||||
			defaultConfPath = filepath.Join(confDir, "hilbish", "hilbishrc.lua")
 | 
			
		||||
			defaultConfPath = filepath.Join(confDir, "hilbish", "init.lua")
 | 
			
		||||
		}
 | 
			
		||||
	} else {
 | 
			
		||||
		// else do ~ substitution
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user