summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-16 22:57:37 -0400
committerJune McEnroe <june@causal.agency>2020-06-16 22:57:58 -0400
commitb0b6ccfb217c31ba187520198da17ae8a227faaf (patch)
tree8a51ab5f4866a27c5588753a8bd2470688e9fae4 /home
parentFix pbd for neovim (diff)
downloadsrc-b0b6ccfb217c31ba187520198da17ae8a227faaf.tar.gz
src-b0b6ccfb217c31ba187520198da17ae8a227faaf.zip
Add LC_COLLATE=C to ls alias
Diffstat (limited to 'home')
-rw-r--r--home/.shrc2
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'