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
|
# Common
|
||||||
alias \
|
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" \
|
fzf="fzf --cycle --reverse" \
|
||||||
diff="diff --color=auto" \
|
diff="diff --color=auto" \
|
||||||
grep="grep --color=auto" \
|
grep="grep --color=auto" \
|
||||||
|
|
|
@ -21,7 +21,6 @@ export \
|
||||||
BIB="$HOME/Documents/bibliography" \
|
BIB="$HOME/Documents/bibliography" \
|
||||||
WEEK=$(date '+%U') \
|
WEEK=$(date '+%U') \
|
||||||
DATE=$(date -I) \
|
DATE=$(date -I) \
|
||||||
COLUMNS=120 \
|
|
||||||
|
|
||||||
# Default programs
|
# Default programs
|
||||||
export \
|
export \
|
||||||
|
|
Loading…
Reference in a new issue