From 71809d52611ffe403790684ad9b3bf777b81c62a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 16 Jun 2020 22:57:37 -0400 Subject: Add LC_COLLATE=C to ls alias --- home/.shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.shrc b/home/.shrc index fe3318b8..2161ca89 100644 --- a/home/.shrc +++ b/home/.shrc @@ -4,7 +4,7 @@ HISTFILE=~/.history CDPATH=:~ alias vim=$EDITOR -alias ls='ls -p' +alias ls='LC_COLLATE=C ls -p' alias ll='ls -hl' alias bc='bc -l' alias gs='git status --short --branch || ls' gd='git diff' -- cgit 1.4.1