Skip to content

Instantly share code, notes, and snippets.

@usuyama
Created June 3, 2020 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usuyama/2b664e8b97fee32f7344ad7554f90399 to your computer and use it in GitHub Desktop.
Save usuyama/2b664e8b97fee32f7344ad7554f90399 to your computer and use it in GitHub Desktop.
Use screen on Linux on Windows (WSL)
mkdir ~/.screen && chmod 700 ~/.screen
# Add SCREENDIR environment variable to .bashrc
echo 'export SCREENDIR=$HOME/.screen' >> ~/.bashrc
# https://codingrandomly.com/2018/07/running-screen-in-wsl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment