proper exa config

This commit is contained in:
tavo-wasd 2024-05-14 19:24:53 -06:00
parent aa3eb6c0a2
commit cda457b37c
2 changed files with 1 additions and 2 deletions

View file

@ -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" \

View file

@ -21,7 +21,6 @@ export \
BIB="$HOME/Documents/bibliography" \
WEEK=$(date '+%U') \
DATE=$(date -I) \
COLUMNS=120 \
# Default programs
export \