mirror of https://github.com/MKRhere/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
324 B
14 lines
324 B
@rem provided as an example rc.cmd
|
|
|
|
@>NUL chcp 65001
|
|
@"\Program Files (x86)\clink\0.4.9\clink_x64.exe" inject
|
|
@cls
|
|
|
|
@setlocal
|
|
@set red=[31m
|
|
@set clcl=[0m
|
|
@endlocal && set prompt=┌── %red%%username%@%computername%%red% $_└── %red%$P$+ →%red%$S
|
|
|
|
@doskey alias=doskey $*
|
|
@doskey ls=dir $*
|
|
@doskey cat=type $*
|
|
|