1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@echo off
doskey n=cd $*
doskey g=git $*
doskey e=%EDITOR% $*
doskey l=lfcd.cmd
doskey ls=dir /B $*
doskey m=make $*
doskey pwd=cd
doskey rm=del $*
doskey clear=cls
doskey cat=type $*
doskey open=start $*
doskey hb=sh %USERPROFILE%\.local\bin\sh\hb $*
doskey d=curl -fLO $*
doskey x=7z x $*
if exist "%XDG_CONFIG_HOME%\cmd\userenv.cmd" @call %XDG_CONFIG_HOME%\cmd\userenv.cmd