From d7ffe4ecff49a14a04f09eb21d34fe6f2426e179 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 23 Mar 2023 15:14:08 -0400 Subject: [PATCH] fixed ls. maybe --- 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 f3ac243..945f6f1 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'