mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-24 16:33:14 +01:00
Temp removes certain color bindings
This commit is contained in:
parent
4ff707c467
commit
43c2f2d6ce
@ -13,11 +13,11 @@ fi
|
||||
|
||||
|
||||
# Add auto color to certain commands
|
||||
alias vdir="vdir --color=auto" # Colorize 'vdir' command.
|
||||
alias grep="grep --color=auto -i" # Colorize 'grep' command and ignore case.
|
||||
alias fgrep="grep --color=auto -i" # Colorize 'fgrep' command and ignore case.
|
||||
alias egrep="grep --color=auto -i" # Colorize 'egrep' command and ignore case.
|
||||
alias diff="diff --color=auto" # Colorize 'diff' command.
|
||||
# alias vdir="vdir --color=auto" # Colorize 'vdir' command.
|
||||
# alias grep="grep --color=auto -i" # Colorize 'grep' command and ignore case.
|
||||
# alias fgrep="grep --color=auto -i" # Colorize 'fgrep' command and ignore case.
|
||||
# alias egrep="grep --color=auto -i" # Colorize 'egrep' command and ignore case.
|
||||
# alias diff="diff --color=auto" # Colorize 'diff' command.
|
||||
|
||||
# Color strings for basic file types
|
||||
# FILE 01;34 # regular file
|
||||
|
Loading…
Reference in New Issue
Block a user