mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Install fish completions into 'vendor_completions.d', fixes #651
This commit is contained in:
		
							
								
								
									
										2
									
								
								ci/before_deploy.bash
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								ci/before_deploy.bash
									
									
									
									
										vendored
									
									
								
							@@ -112,7 +112,7 @@ make_deb() {
 | 
			
		||||
    gzip --best "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
 | 
			
		||||
 | 
			
		||||
    # completions
 | 
			
		||||
    install -Dm644 "assets/completions/bat.fish" "$tempdir/usr/share/fish/completions/$PROJECT_NAME.fish"
 | 
			
		||||
    install -Dm644 "assets/completions/bat.fish" "$tempdir/usr/share/fish/vendor_completions.d/$PROJECT_NAME.fish"
 | 
			
		||||
 | 
			
		||||
    # readme and license
 | 
			
		||||
    install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user