diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-10-30 23:23:24 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-30 23:23:24 +0100 |
| commit | d88f2fae756a28390969824985630a8d68ce2c83 (patch) | |
| tree | e939f84541665aa4631c7be2ede42305ba1fe37e | |
| parent | 90e1f449692a6e669fb90c4653958b2f96b11afc (diff) | |
ip
| -rw-r--r-- | etc/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -321,8 +321,8 @@ alias df='df -h' alias du='du -shH' -alias ip='ip --color' -alias ipb='ip --brief --color' +alias ip='ip --color=auto' +alias ipb='ip --brief --color=auto' alias ls='ls -h --color=auto' |
