summary refs log tree commit diff
diff options
context:
space:
mode:
-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'
>Clean up merge toolJune McEnroe 2017-08-31Choose B for tiles with equal modify timesJune McEnroe 2017-08-31Add quick data file merge toolJune McEnroe 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe