Skip to content

Commit

Permalink
skel: T6746: disable iproute2 colors by default
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Dec 25, 2024
1 parent 1117ea8 commit 41f1aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/etc/skel/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ fi
#alias la='ls -A'
#alias l='ls -CF'

# Disable iproute2 auto color
alias ip="ip --color=never"

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
Expand Down

0 comments on commit 41f1aa8

Please sign in to comment.