mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-24 12:57:11 -07:00
chore: Switch trunk to main
Also, upgrade copyright notice.
This commit is contained in:
parent
09607e310b
commit
8ce96da370
6 changed files with 13 additions and 7 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -2,10 +2,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '18 11 * * 3'
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018-2022 Raphael Reitzig
|
||||
Copyright (c) 2018-2023 Raphael Reitzig
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# SDKMAN! for fish
|
||||
|
||||
[](https://github.com/reitzig/sdkman-for-fish/blob/master/LICENSE)
|
||||
[](https://github.com/reitzig/sdkman-for-fish/blob/main/LICENSE)
|
||||
[](https://github.com/reitzig/sdkman-for-fish/releases/latest)
|
||||
[](https://github.com/reitzig/sdkman-for-fish/releases)
|
||||
[](https://github.com/reitzig/sdkman-for-fish/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush++)
|
||||
[](https://github.com/reitzig/sdkman-for-fish/actions?query=workflow%3ATests+branch%3Amain+event%3Apush++)
|
||||
[](https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql-analysis.yml)
|
||||
|
||||
Makes command `sdk` from [SDKMAN!] usable from [fish], including auto-completion.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Defines autocompletion for SDKMAN!
|
||||
|
||||
# Copyright (c) 2018-2022 Raphael Reitzig
|
||||
# Copyright (c) 2018-2023 Raphael Reitzig
|
||||
# MIT License (MIT)
|
||||
# https://github.com/reitzig/sdkman-for-fish
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Makes command and binaries from SDKMAN! available in fish.
|
||||
# Delegates to bash for the `sdk` command.
|
||||
|
||||
# Copyright (c) 2018-2022 Raphael Reitzig
|
||||
# Copyright (c) 2018-2023 Raphael Reitzig
|
||||
# MIT License (MIT)
|
||||
# https://github.com/reitzig/sdkman-for-fish
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# Wrapper function for SDKMAN!
|
||||
|
||||
# Copyright (c) 2018-2023 Raphael Reitzig
|
||||
# MIT License (MIT)
|
||||
# https://github.com/reitzig/sdkman-for-fish
|
||||
|
||||
function sdk -d "Manage SDKs"
|
||||
# Guard: SDKMAN! needs to be installed
|
||||
if not test -f "$__fish_sdkman_init"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue