1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

🔀 Merge development into feature/export-hyperopt-backtest-trades

This commit is contained in:
Rik Helsen
2022-01-30 17:39:02 +01:00

View File

@@ -344,7 +344,7 @@ then
if [ "$SHELL_CONFIG" != ~/.config/fish/config.fish ]; then
echo "" >> "$SHELL_CONFIG"
echo "# MGM-Hurry shell alias" >> "$SHELL_CONFIG"
echo "mgm-hurry() { pushd "$INSTALL_DIR" &> /dev/null; python3 -m pipenv run python3 ./mgm-hurry "\$@"; popd &> /dev/null; }" >> "$SHELL_CONFIG"
echo "mgm-hurry() { pushd "$INSTALL_DIR" &> /dev/null; python3 -m pipenv run python3 ./mgm-hurry '\$@'; popd &> /dev/null; }" >> "$SHELL_CONFIG"
else
FISH_FUNCTION=~/.config/fish/functions/mgm-hurry.fish
mkdir -p ~/.config/fish/functions/; touch "$FISH_FUNCTION";