From 4275bb2446cb28e2ca7be275cc04274a0f8a5e53 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 24 Dec 2020 16:19:56 -0600 Subject: [PATCH] Add another trick --- _posts/2020-12-23-linux-tricks.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_posts/2020-12-23-linux-tricks.md b/_posts/2020-12-23-linux-tricks.md index 7621f5b..cffe262 100644 --- a/_posts/2020-12-23-linux-tricks.md +++ b/_posts/2020-12-23-linux-tricks.md @@ -21,5 +21,10 @@ I've got some mixed feelings about VSCodium, the text editor that I use. It's no ## `ip` color -`ip` is one of those commands that always spits out a heap of output, even when I just want something as simple as my IP address. Color is here to save the day. Try `ip address` versus `ip -c address` and see for yourself! +`ip` is one of those commands that always spits out a heap of output, even when I just want something as simple as my IP address. OK, networking is hard, but still, no need to give me several pages of output. Color is here to save the day. Try `ip address` versus `ip -c address` and see for yourself! + + +## Go home + +Easy. `cd`. That's it. No aliases needed; should work in basically any shell.