From a11eb88d9af7ca93a98fc59f8af474b0f25ed294 Mon Sep 17 00:00:00 2001
From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com>
Date: Fri, 31 Mar 2023 01:42:30 -0400
Subject: Create alias for 'ls' in 'home/.bashrc'

I currently use 'exa' as a replacement for 'ls'. This alias makes it more
convenient to use by adding all my usual options and flags to it.
---
 home/.bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/home/.bashrc b/home/.bashrc
index 0ccf639..bc962d1 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -97,4 +97,5 @@ PS2=" > "
 # Aliases
 #########
 alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s"
+alias ls="exa -1aFghlU --git --color=always --sort=name --time-style=iso"
 ##########################################################################
-- 
cgit v1.2.3