From cda457b37c4b3abb76502347809bda2f12ddb800 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 14 May 2024 19:24:53 -0600 Subject: [PATCH] proper exa config --- shell/aliasrc | 2 +- shell/envvar | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/aliasrc b/shell/aliasrc index 71e33c8..78f4f3f 100644 --- a/shell/aliasrc +++ b/shell/aliasrc @@ -17,7 +17,7 @@ alias \ # Common alias \ - ls="exa -alG --icons --group-directories-first --no-permissions --no-user --time-style=iso --git" \ + ls="COLUMNS=120 exa -alG --icons --group-directories-first --no-permissions --no-user --time-style=iso --git" \ fzf="fzf --cycle --reverse" \ diff="diff --color=auto" \ grep="grep --color=auto" \ diff --git a/shell/envvar b/shell/envvar index d3391a6..bb8f62f 100644 --- a/shell/envvar +++ b/shell/envvar @@ -21,7 +21,6 @@ export \ BIB="$HOME/Documents/bibliography" \ WEEK=$(date '+%U') \ DATE=$(date -I) \ - COLUMNS=120 \ # Default programs export \