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 8fb60d1..8e089de 100644 --- a/content/blog/2023-09-26_which-which-is-which.rst +++ b/content/blog/2023-09-26_which-which-is-which.rst @@ -11,7 +11,7 @@ I have been an avid user of ZSH for a decade now, but recently I tried to swap t Along the years, I've maintained a lot of different iterations of `dotfiles `_, and shell aliases/functions. I was talking to a `friend `_ [citation needed] 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: +I did this by showing the following output: .. code:: shell