Consider enabling --color by default
Bug #1691214 reported by
Jeremy Bícha
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
iproute2 (Ubuntu) |
Confirmed
|
Wishlist
|
David Britton |
Bug Description
The output of
ip --color a
looks a lot nicer to me than
ip a
If you look in /etc/skel/.bashrc you can see that we already enable color for other commands:
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
Changed in iproute2 (Ubuntu): | |
assignee: | nobody → David Britton (davidpbritton) |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.