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