# HG changeset patch # User Dirk Olmes # Date 1579511568 -3600 # Node ID 20ac5fedc060532a4fad224eea79698f4e869fd9 # Parent 201c8ca43ab1965e26e58dbb90c93bcd8bf18aa5 remove the locale hack diff -r 201c8ca43ab1 -r 20ac5fedc060 zshrc --- 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 }