Skip to content

Instantly share code, notes, and snippets.

@anddam
Last active September 19, 2016 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anddam/c0809e93f71a4d8637e4da8c2f787606 to your computer and use it in GitHub Desktop.
Save anddam/c0809e93f71a4d8637e4da8c2f787606 to your computer and use it in GitHub Desktop.
me@swab:~$ sudo ag en_US.UTF-8 /etc/
/etc/locale.gen
154:en_US.UTF-8 UTF-8
/etc/fish/config.fish
17: set -gx LANG en_US.UTF-8
me@swab:~$ sudo ag LC_MESSAGES /etc
/etc/init/mountall.conf
41: export LANG LANGUAGE LC_MESSAGES LC_ALL
/etc/lynx/lynx.cfg
3660:# LC_ALL is set, overriding LANG (as well as the more apt LC_MESSAGES variable).
a
/etc/init.d/quota
39: if LC_MESSAGES=C $on -ap | grep -q "is on"; then
/etc/default/locale
4:LC_MESSAGES=C.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment