mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-08 17:04:22 +01:00
Install fish completions into 'vendor_completions.d', fixes #651
This commit is contained in:
parent
65023a987e
commit
61e39158de
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"
|
||||
|
Loading…
Reference in New Issue
Block a user