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(-) (limited to 'home') 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 pe='hidden' name='showmsg' value='1'/> collaborative ASCII art
about summary refs log tree commit diff homepage
path: root/client.c (unfollow)
Commit message (Collapse)Author
2017-08-29Add four additional spawnsJune McEnroe
2017-08-28Add respawningJune McEnroe
2017-08-26Move license above includesJune McEnroe
Why was it down there?
2017-08-26Snapshot metadataJune McEnroe
2017-08-26Add meta.c to READMEJune McEnroe
2017-08-26Use MakefileJune McEnroe