ansi colors

This commit is contained in:
pvincent
2026-08-31 20:34:51 +04:00
parent 9ca22efd42
commit bdf977e78a
11 changed files with 123 additions and 266 deletions
+2
View File
@@ -139,7 +139,9 @@ COLOR_OPTIONS=('--color=auto')
alias ls="ls ${COLOR_OPTIONS[*]}"
alias ll="ls ${COLOR_OPTIONS[*]} -l"
alias la="ls ${COLOR_OPTIONS[*]} -la"
alias lt="ls ${COLOR_OPTIONS[*]} -lt"
alias ltr="ls ${COLOR_OPTIONS[*]} -ltr"
alias l.="ls ${COLOR_OPTIONS[*]} -ld .*"
alias grep="grep ${COLOR_OPTIONS[*]}"
alias fgrep="fgrep ${COLOR_OPTIONS[*]}"
alias egrep="egrep ${COLOR_OPTIONS[*]}"