Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 4fdc6f2

Browse files
author
Mateusz Kubuszok
committed
By default Cygwin uses UTF-8 encoding
1 parent ff33889 commit 4fdc6f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

preconfigs/cmder/cygwin/etc/bash.bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ alias atom='atom.exe ' \
4646
sublime_text='sublime_text.exe ' \
4747
gyp_python='/opt/depot_tools/python276_bin/python ' \
4848
winpath='cygpath --windows ' \
49+
50+
cmd /c chcp 65001 >> /dev/null

0 commit comments

Comments
 (0)