mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-08 16:52:10 +08:00
a sample user profile settings file (#2385)
This commit is contained in:
parent
e2ca564fd3
commit
aab1d9063f
13
Release/ConEmu/CmdInit_user_sample.cmd
Normal file
13
Release/ConEmu/CmdInit_user_sample.cmd
Normal file
@ -0,0 +1,13 @@
|
||||
@rem !!! Sample user specific settings that will persist in upgrade !!!
|
||||
@rem !!! Save as "%USERPROFILE%\.conemu\CmdInit.cmd" to activate !!!
|
||||
|
||||
@rem @echo Loading ConEmu user settings...
|
||||
@echo off
|
||||
|
||||
rem Allow (some) Unicode (https://ss64.com/nt/chcp.html)
|
||||
chcp 65001
|
||||
|
||||
rem {Shell type} {path} right-angle-quote over two lines and no hostname:
|
||||
rem CMD C:\Users\Me\Code
|
||||
rem »
|
||||
set PROMPT=$E[m$E[32mCMD$E\$S$E[92m$P$E[90m$_$E[90m»$E[m$S$E]9;12$E\
|
Loading…
x
Reference in New Issue
Block a user