Mercurial > hg > zsh-env
changeset 164:20ac5fedc060
remove the locale hack
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 20 Jan 2020 10:12:48 +0100 |
parents | 201c8ca43ab1 |
children | 6dd02b1ebb80 |
files | zshrc |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc Fri Jan 17 15:29:03 2020 +0100 +++ b/zshrc Mon Jan 20 10:12:48 2020 +0100 @@ -28,10 +28,6 @@ # -u avoids compinit complaining when running as root (see man zshcompsys) compinit -u -# setup a valid locale for displaying 24 hour time -unset LC_ALL -export LC_TIME=POSIX - # custom functions/aliases that should work on all platforms cd() { builtin cd "$@"; print -D $PWD; } ff() { find $2 -print0 | xargs -0 grep $1 }