diff options
| author | mail_redacted_for_web | 2026-05-23 11:06:23 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-05-23 11:06:23 +0200 |
| commit | 8b95fde0ed5d715addb753ddc4d8cea612a99de1 (patch) | |
| tree | 63c0d1c3acd0f72ae3a39df888ba481dce6a38f3 /.bash/aliases.bash | |
| parent | 0524a83e9d6443c0114f30ef0bce1bf1e6702f3b (diff) | |
| download | dotfiles-8b95fde0ed5d715addb753ddc4d8cea612a99de1.tar.bz2 | |
feat: define aliases for ip and exhaustive klist
Diffstat (limited to '.bash/aliases.bash')
| -rw-r--r-- | .bash/aliases.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash/aliases.bash b/.bash/aliases.bash index 5e977fd..714be70 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -375,6 +375,8 @@ done if command -v 'thefuck' > /dev/null; then alias wtf='thefuck $(fc -nl -1)' fi +alias ip='ip --color=auto' +alias kl='klist -facnA' # Flake8. Nice linter, but... # They kneeled to USER STUPIDITY when it comes to configuration. Wut? # https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes |
