mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Fix typos
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							20b02e72b3
						
					
				
				
					commit
					96b24d8a7e
				
			| @@ -135,7 +135,7 @@ ansible-galaxy install aeimer.install_bat | |||||||
| ``` | ``` | ||||||
|  |  | ||||||
| - [Ansible Galaxy](https://galaxy.ansible.com/aeimer/install_bat) | - [Ansible Galaxy](https://galaxy.ansible.com/aeimer/install_bat) | ||||||
| - [Github](https://github.com/aeimer/ansible-install-bat) | - [GitHub](https://github.com/aeimer/ansible-install-bat) | ||||||
|  |  | ||||||
| This should work with the following distributions: | This should work with the following distributions: | ||||||
| - Debian/Ubuntu | - Debian/Ubuntu | ||||||
| @@ -155,7 +155,7 @@ brew install bat | |||||||
|  |  | ||||||
| ### On Windows | ### On Windows | ||||||
|  |  | ||||||
| You can download pre-built binaries from the [Release page](https://github.com/sharkdp/bat/releases), | You can download prebuilt binaries from the [Release page](https://github.com/sharkdp/bat/releases), | ||||||
| or install it with [scoop](https://scoop.sh/): | or install it with [scoop](https://scoop.sh/): | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| @@ -188,7 +188,7 @@ You may have to install `cmake` and the `libz` development package | |||||||
| Use `bat --list-themes` to get a list of all available themes for syntax | Use `bat --list-themes` to get a list of all available themes for syntax | ||||||
| highlighting. To select the `TwoDark` theme, call `bat` with the | highlighting. To select the `TwoDark` theme, call `bat` with the | ||||||
| `--theme=TwoDark` option or set the `BAT_THEME` environment variable to | `--theme=TwoDark` option or set the `BAT_THEME` environment variable to | ||||||
| `TwoDark`. Use `export BAT_THEME="TwoDark"` in your shells startup file to | `TwoDark`. Use `export BAT_THEME="TwoDark"` in your shell's startup file to | ||||||
| make the change permanent. | make the change permanent. | ||||||
|  |  | ||||||
| ### Output style | ### Output style | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user