Skip to content

Instantly share code, notes, and snippets.

@GideonPARANOID
Created August 13, 2015 07:23
Show Gist options
  • Save GideonPARANOID/e2c12ac9c13ea7fdb851 to your computer and use it in GitHub Desktop.
Save GideonPARANOID/e2c12ac9c13ea7fdb851 to your computer and use it in GitHub Desktop.
Some bash aliases for Windows shell
@echo off
doskey ls=dir /ONE $*
doskey l=dir /ONE $*
doskey cat=type $*
doskey rm=del $*
doskey clear=cls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment