Skip to content

Instantly share code, notes, and snippets.

@eser
Last active September 7, 2016 12:08
Show Gist options
  • Save eser/e8eb6f8e7f57418a1775b2b68960a0a1 to your computer and use it in GitHub Desktop.
Save eser/e8eb6f8e7f57418a1775b2b68960a0a1 to your computer and use it in GitHub Desktop.
env.cmd
SET PROMPT=$+[$m$p]
DOSKEY ls=dir /B $*
DOSKEY ll=dir $*
DOSKEY clear=cls
DOSKEY open=start $*
DOSKEY service=net $2 $1
DOSKEY apt-get=choco $*
git config --global pull.rebase true
git config --global core.autocrlf input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment