Merge remote-tracking branch 'origin/master'

This commit is contained in:
Andrejus
2021-03-28 18:42:08 +01:00
8 changed files with 28 additions and 19 deletions

View File

@@ -17,6 +17,6 @@ if ! [ -f "$fisher_location" ]; then
curl https://git.io/fisher --create-dirs -sLo "$fisher_location"
fi
echo "fisher is installed, updating..."
`fish -c "fisher"`;
fish -c "fisher update";
fish -c "fisher --version"