Skip to content

Instantly share code, notes, and snippets.

@danguilherme
Last active August 29, 2015 14:24
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 danguilherme/052fbce27f8471947d5b to your computer and use it in GitHub Desktop.
Save danguilherme/052fbce27f8471947d5b to your computer and use it in GitHub Desktop.
Alias file for Cmder
e.=explorer .
gl=git log --oneline --all --graph --decorate $*
ls=ls --color $*
pwd=cd
clear=cls
subl="C:\Program Files\Sublime Text 3\subl.exe" $*
atom="C:\Users\Guilherme\AppData\Local\atom\app-1.0.0\atom.exe" $*
eval=node -p $*
google=start chrome "https://www.google.com/search?q=$*&ie=UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment