From 42cefadce9f53913053c1a42998c8ba2e22bf18a Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 23 Mar 2023 15:00:46 -0400 Subject: [PATCH] fixed ls alias --- homeConfig/dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index 01dc2e0..f3ac243 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -22,4 +22,4 @@ if [ -d "$bash_completion_dir" ]; then done fi -alias LS = 'LSD' +alias ls = 'lsd'