42d5823f151e99c76c4a2bc4285095ef00525be2
commit 42d5823f151e99c76c4a2bc4285095ef00525be2
Author: Simon Watson <spw01@protonmail.com>
Date: Wed Jul 28 10:26:31 2021 -0400

Fix snippet for exa in eshell

diff --git a/emacs/yasnippets/eshell-mode/ll b/emacs/yasnippets/eshell-mode/ll
index 724c3d7..0c87976 100644
--- a/emacs/yasnippets/eshell-mode/ll
+++ b/emacs/yasnippets/eshell-mode/ll
@@ -2,4 +2,4 @@
# name: exa list
# key: /ll
# --
-exa -lah
\ No newline at end of file
+exa -lah --color=always
\ No newline at end of file