mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
parent
7c0ece3dfb
commit
4c15f15ced
8 changed files with 135 additions and 10 deletions
11
README.md
11
README.md
|
@ -26,12 +26,22 @@ _Note:_
|
|||
|
||||
- Only compatible with fisher v4 upwards; v3 is no longer supported.
|
||||
- You have to install [SDKMAN!] separately.
|
||||
- If you have installed SDKMAN! at a custom location, you need to add
|
||||
```fish
|
||||
set -g __sdkman_custom_dir /your/path/to/sdkman
|
||||
```
|
||||
to a fish config file
|
||||
[run _before_](https://fishshell.com/docs/current/language.html#configuration-files)
|
||||
`.config/fish/conf.d/sdk.fish`;
|
||||
for example, you can use `.config/fish/conf.d/config_sdk.fish`.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
It's all in the background; you should be able to run `sdk` and binaries installed
|
||||
with `sdk` as you would expect.
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
When you make changes,
|
||||
|
@ -64,6 +74,7 @@ done
|
|||
wait
|
||||
```
|
||||
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
* Completion originally by [Ted Wise](https://github.com/ctwise); see his
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue