Created
March 19, 2021 01:34
-
-
Save LuanVSO/5e914af7f3f038f247b6729fc43b9c7c to your computer and use it in GitHub Desktop.
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
__wt_osc9-9 () { | |
_win_path="$(cygpath -m $(pwd))" | |
printf "\033]9;9;\"%s\"\033\\" "$_win_path" | |
} | |
[ -n "$BASH_VERSION" ] && [ -n "$WT_SESSION" ] && PROMPT_COMMAND="__wt_osc9-9" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment