mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Fix script.
This commit is contained in:
parent
a5b1c1443b
commit
bcbeff709d
@ -4,5 +4,5 @@ before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install fish
|
||||
script:
|
||||
- git clone https://github.com/fisherman/fisherman
|
||||
- bin/install
|
||||
- fish -c "fisher i fishery/fishtape; fishtape test/*.fish"
|
||||
|
@ -135,6 +135,8 @@ function __fisher_install_fisherman
|
||||
__fisher_run_commands \
|
||||
"Installing fisherman to $fisher_config" \
|
||||
"
|
||||
set -e fish_greeting
|
||||
|
||||
mkdir -p $fisher_config/{cache,functions,completions,conf.d,man}
|
||||
|
||||
mkdir -p $fish_config
|
||||
|
Loading…
Reference in New Issue
Block a user