Skip to content

Instantly share code, notes, and snippets.

@roose
Created August 18, 2016 16:31
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 roose/c6de4a59b958d20790608cc3324e2084 to your computer and use it in GitHub Desktop.
Save roose/c6de4a59b958d20790608cc3324e2084 to your computer and use it in GitHub Desktop.
@cls
@doskey ls=ls --color $*
@doskey ..=cd ..
@doskey ...=cd ../..
@doskey ~=cd %userprofile%
@doskey e.=explorer .
@doskey hosts=subl %WINDIR%\System32\drivers\etc\hosts
@doskey ff="C:\Program Files (x86)\Mozilla Firefox\firefox.exe" $*
@doskey sudo=runas /user:User $*
@doskey new=%USERPROFILE%\new.bat $*
::@doskey trash=recycle $*
@doskey npmd=npm i -D $*
@doskey yd=cd %USERPROFILE%\YandexDisk
@doskey dl=cd %USERPROFILE%\Downloads
@doskey dt=cd %USERPROFILE%\Desktop
@doskey web=cd C:\web
@doskey tasks=gulp --tasks-simple
@doskey build=gulp build
@doskey watch=gulp watch
@doskey tree=tree.exe $*
@doskey date=date /T
@doskey nbuild=nim $* build.nims
@doskey now=@echo %date% %time:~0,5%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment