Created
April 10, 2025 08:23
-
-
Save ChieftainY2k/df0a10ceefdd4718e4d55cd274cd4f24 to your computer and use it in GitHub Desktop.
Screen on Cygwin, set windows working path hack
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
| alias screen="SCR_PWD=\$(pwd) screen" | |
| if [[ -n "$SCR_PWD" ]]; then | |
| cd "$SCR_PWD" || { echo "Failed to change directory to \$SCR_PWD"; } | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment