proper exa config
This commit is contained in:
parent
aa3eb6c0a2
commit
cda457b37c
2 changed files with 1 additions and 2 deletions
|
@ -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" \
|
||||
|
|
|
@ -21,7 +21,6 @@ export \
|
|||
BIB="$HOME/Documents/bibliography" \
|
||||
WEEK=$(date '+%U') \
|
||||
DATE=$(date -I) \
|
||||
COLUMNS=120 \
|
||||
|
||||
# Default programs
|
||||
export \
|
||||
|
|
Loading…
Reference in a new issue