Skip to content

Instantly share code, notes, and snippets.

@danielepiccone
Last active December 19, 2015 10:19
Show Gist options
  • Save danielepiccone/5939656 to your computer and use it in GitHub Desktop.
Save danielepiccone/5939656 to your computer and use it in GitHub Desktop.
Cygwin compatible command shell for Windows, it runs almost all Cygwin packages with color support, use it if you need the Cygwin utilities but still use batch scripts
@echo off
set TERM=cygwin
doskey ls = ls --color
cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment