diff options
| author | Anton Bobov <anton@bobov.name> | 2024-10-01 21:18:47 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-10-01 21:18:47 +0500 |
| commit | 3a5ea53642b49b067bfb091e2e08693ace292a3c (patch) | |
| tree | 7ee685576461277270c8b34e124410ab210914a3 | |
| parent | 7e4221cb7aadaf1cc9b79655e7dcf44ae396b53f (diff) | |
Fix pycharm script
| -rwxr-xr-x | pycharm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ main() { local TOOLBOX_PATH="$HOME/.local/share/JetBrains/Toolbox" for edition in pycharm-{ultimate,community}; do - local idea_bin="$TOOLBOX_PATH/apps/$edition/bin/idea.sh" + local idea_bin="$TOOLBOX_PATH/apps/$edition/bin/pycharm.sh" if [ -x "$idea_bin" ]; then "$idea_bin" "$@" >/dev/null 2>&1 & exit 0 |
