mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
Refactoring: bash calling in its own function.
Also:
- Fixes Travis build reg. bf13d2f
.
- Wrapper test now cleans up after itself.
This commit is contained in:
parent
bf13d2fee1
commit
e01e9a4bea
3 changed files with 13 additions and 4 deletions
|
@ -10,7 +10,7 @@ install:
|
|||
- mkdir -p "${HOME}"/.config/fish/{completions,conf.d,functions}
|
||||
- cp completions/* "${HOME}"/.config/fish/completions/
|
||||
- cp conf.d/* "${HOME}"/.config/fish/conf.d/
|
||||
#- cp functions/* "${HOME}"/.config/fish/functions/
|
||||
- cp functions/* "${HOME}"/.config/fish/functions/
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue