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 \