diff options
author | June McEnroe <june@causal.agency> | 2020-06-16 22:57:37 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-06-16 22:57:58 -0400 |
commit | 71809d52611ffe403790684ad9b3bf777b81c62a (patch) | |
tree | 1c077698fbc7111457fc516eee040a013f6258e6 /home | |
parent | Fix pbd for neovim (diff) | |
download | src-71809d52611ffe403790684ad9b3bf777b81c62a.tar.gz src-71809d52611ffe403790684ad9b3bf777b81c62a.zip |
Add LC_COLLATE=C to ls alias
Diffstat (limited to 'home')
-rw-r--r-- | home/.shrc | 2 |
1 files changed, 1 insertions, 1 deletions
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' |