This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# custom workaround for https://youtrack.jetbrains.com/issue/TBX-4599 | |
source_path="$HOME/.local/share/JetBrains/Toolbox/scripts" | |
custom_path="$HOME/.local/share/JetBrains/Toolbox/scripts-alt" | |
export PATH="$PATH:$custom_path" | |
function jb_wrapper_fix { | |
if [[ ! "${PATH//:/ }" =~ "$custom_path" ]]; then | |
echo "NOTE: custom launcher scripts folder is not currently in PATH.." | |
fi |