Browse Source

[feat:scripts/win] example rc.cmd

pull/1/head
Muthu Kumar 4 years ago
committed by GitHub
parent
commit
7e5d0dae84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      scripts/win/rc.cmd

14
scripts/win/rc.cmd

@ -0,0 +1,14 @@
@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=
@set clcl=
@endlocal && set prompt=┌── %red%%username%@%computername%%red% $_└── %red%$P$+ →%red%$S
@doskey alias=doskey $*
@doskey ls=dir $*
@doskey cat=type $*
Loading…
Cancel
Save