From e6e977d2f9abe061c2a57c3fb3ac951f21efbcab Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Fri, 3 Jan 2025 05:33:15 +0400 Subject: [PATCH] Remove ls alias to resolve conflict with bazzite-cli --- zsh/aliases/00-default.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zsh/aliases/00-default.conf b/zsh/aliases/00-default.conf index 52ba135..0ed0b39 100644 --- a/zsh/aliases/00-default.conf +++ b/zsh/aliases/00-default.conf @@ -1,9 +1,5 @@ # Default aliases. They can be overriden by other files with higher # index. -# Files navigation. -alias ls="ls --color" -alias sl="ls --color" - # Git. -alias got="git" \ No newline at end of file +alias got="git"