Alias for switch console to czech

This commit is contained in:
lachtan
2022-01-30 16:10:42 +01:00
parent 6297193aab
commit f67f4d7dbd
2 changed files with 11 additions and 0 deletions

9
bin/cs.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# vim /etc/locale.gen
# locale-gen
export LANG="cs_CZ.UTF-8"
#export LC_ALL=$LANG
echo "LANG set to $LANG"