From 7ab59fc747716cbb6ac12a8a99e7251ad3af6082 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 26 Sep 2023 15:16:53 -0400 Subject: [PATCH] links --- content/blog/2023-09-26_which-which-is-which.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-09-26_which-which-is-which.rst b/content/blog/2023-09-26_which-which-is-which.rst index c01b96d..a696027 100644 --- a/content/blog/2023-09-26_which-which-is-which.rst +++ b/content/blog/2023-09-26_which-which-is-which.rst @@ -9,7 +9,7 @@ I had a bit of a "Tyrel you know nothing" moment today with some commandline too I have been an avid user of ZSH for a decade now, but recently I tried to swap to fish shell. Along the years, I've maintained a lot of different iterations of `dotfiles `_, and shell aliases/functions. -I was talking to a friend about updating from ``exa`` to ``eza`` and then noticed I didn't have my aliases loaded, so I was still using ``ls`` directly, as I have ``alias ls="exa -lhFgxUm --git --time-style long-iso --group-directories-first"`` in my ``.shell_aliases`` file. +I was talking to a `friend `_ about updating from ``exa`` to ``eza`` and then noticed I didn't have my aliases loaded, so I was still using ``ls`` directly, as I have ``alias ls="exa -lhFgxUm --git --time-style long-iso --group-directories-first"`` in my ``.shell_aliases`` file. I did this by showing the following picture: