zshrc.local.cygwin 99 B

12345
  1. # Used for X forwarding in Cygwin
  2. if [[ "$(uname -o)" != "GNU/Linux" ]]; then
  3. DISPLAY=:1.0
  4. fi