Skip to content

Instantly share code, notes, and snippets.

View keombre's full-sized avatar
🍺
Active as always

Keombre keombre

🍺
Active as always
  • Prague, Czech Republic
View GitHub Profile
@keombre
keombre / .cmdrc.cmd
Last active July 25, 2018 09:53
nicer CMD
@echo off
REM Aliases
doskey chrome="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
doskey cdc=if $1. equ . (cd /D D:\Code) else cd /D D:\Code\"$*"
doskey kill=if $1. equ . (echo No process name specified) else taskkill -t -f -im $1
REM Title
title cmd