Please help me change the default language midnight commanderfrom ru to en, now to start mcin English I need to write LANG=en_EN.UTF-8 mcin the terminal, but it is too long, I want mcEnglish in mcty :)
midnight commander
mc
LANG=en_EN.UTF-8 mc
From ru.stackoverflow.com in Russian
Try making an alias like:
alias mc='LANG=en_EN.UTF-8 mc'
The author says not the best way, but helped
Also you need source ~./bashrcor logoutapply changes
source ~./bashrc
logout
, Midnight Commander macOS Sierra , macOS unix, , , ~/.bashrc:
export LANG="en_EN.UTF-8"
.bashrc, (.. source ~/.bashrc ).
source ~/.bashrc
, . - , , . , Mac, Ubuntu * nix's.
Source: https://habr.com/ru/post/1610222/More articles:Is extracting thumbnails with FFMPEG really slow on large video files? - performanceHow to run some conditional gulp task - gulpDoes anyone know how you really update the blockerList.json file for safari content blocker? - jsonASP.NET MVC5: RedirectToAction - c #is there any command equivalent to readline in vba? - vbaSubmit php form and redirect with backend - angularjsSpring MVC, jQuery with ajax - getting 415 - jqueryPython subprocess' CalledProcessError: Command '[...]' returns nonzero exit status 1 - pythonProcessing form via AJAX - Avoiding GET & POST requests from receiving - javascriptCHAID decision tree in R or Python - pythonAll Articles