From a03c75be433673ce1294a2c5c21d1900b0415059 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 30 May 2021 18:48:29 -0400 Subject: [PATCH] Add causal.agency hot tips --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 6c8241e..ad3a026 100644 --- a/config.org +++ b/config.org @@ -891,6 +891,8 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac export LC_CTYPE="en_US.UTF-8" export LANGUAGE="en_US.UTF-8" + export CDPATH=:~ + export KISS_PATH="/home/armaa/Virtual/kiss/home/armaa/kiss-repo" export KISS_PATH="$KISS_PATH:/home/armaa/Clone/repo-main/core" export KISS_PATH="$KISS_PATH:/home/armaa/Clone/repo-main/extra" @@ -914,7 +916,7 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac #+end_src **** File management #+begin_src shell :tangle ~/.config/ash/ashrc - alias ls='ls -lh --group-directories-first' + alias ls='LC_COLLATE=C ls -lh --group-directories-first' alias la='ls -A' alias df='df -h / /boot' alias du='du -h' -- 2.39.2