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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user