mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	update xdg-open command
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|  | ||||
| ``` | ||||
|   os: | ||||
|     openCommand: 'bash -c \"xdg-open {{filename}} &>/dev/null &\"' | ||||
|     openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"' | ||||
| ``` | ||||
|  | ||||
| ### OSX: | ||||
|   | ||||
| @@ -4,5 +4,5 @@ package config | ||||
| func GetPlatformDefaultConfig() []byte { | ||||
| 	return []byte( | ||||
| 		`os: | ||||
|   openCommand: 'bash -c \"xdg-open {{filename}} &>/dev/null &\"'`) | ||||
|   openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'`) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user