From: Armaan Bhojwani Date: Sun, 30 May 2021 22:48:29 +0000 (-0400) Subject: Add causal.agency hot tips X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=a03c75be433673ce1294a2c5c21d1900b0415059 Add causal.agency hot tips --- 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'