From 4098bc241008a403af1e1fcc83da52bd812ab2e8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 Oct 2019 09:20:59 +1300 Subject: Improve extension histogram commands Apply the C locale to the entire subshell, rather than just the find(1) command. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 609a1331..93efe27c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -825,7 +825,7 @@ set wildmode=list:longest,full " giving patterns for the top 100 alphanumeric extensions for files from the " running user’s home directory: " -" $ (LC_ALL=C find "$HOME" ! -type d -name '*.?*' -exec \ +" $ (LC_ALL=C ; find "$HOME" ! -type d -name '*.?*' -exec \ " sh -c 'for fn ; do " ext=${fn##*.} " case $ext in -- cgit v1.2.3