mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 05:37:51 +08:00
Now with git in prompt (fix for #13)
This commit is contained in:
5
vendor/init.bat
vendored
5
vendor/init.bat
vendored
@ -9,7 +9,7 @@
|
||||
:: World without Unicode is a sad world
|
||||
@chcp 65001>nul
|
||||
:: It has to be lambda, I already made a logo
|
||||
@prompt $E[1;32;40m$P $_$E[1;30;40mλ $E[0m
|
||||
@prompt $E[1;32;40m$P$S{git}$S$_$E[1;30;40mλ$S$E[0m
|
||||
@chcp %cp%>nul
|
||||
|
||||
|
||||
@ -38,9 +38,10 @@
|
||||
:: Add aliases
|
||||
@doskey /macrofile=%rootDir%\config\aliases
|
||||
|
||||
:: Set home path
|
||||
|
||||
:: cd into users homedir
|
||||
@cd /d %USERPROFILE%
|
||||
|
||||
:: Set home path
|
||||
@set HOME=%USERPROFILE%
|
||||
@echo Welcome to cmder!
|
Reference in New Issue
Block a user