diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2012-11-07 18:12:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2012-11-07 18:12:26 +0100 |
| commit | 8030fb8dd6b9eee6b69e687e778e691f8e4100ef (patch) | |
| tree | b3f2dace040a20f01f3e036969341128c525525c /bashrc | |
| parent | 20ef5b2128e44486970c37a4fd295077571fdda0 (diff) | |
| download | dotfiles-8030fb8dd6b9eee6b69e687e778e691f8e4100ef.tar.gz dotfiles-8030fb8dd6b9eee6b69e687e778e691f8e4100ef.zip | |
No matter what, use en_US.UTF-8 always.
I know this is ugly and that it should be done somewhere else in a fancy
configuration file, but it works fine in my workflow.
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Set LC_ALL always to UTF-8 +export LC_ALL=en_US.UTF-8 + # beautifying ls command alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' alias ll='ls -l --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F' |
