From e54915e5196335e438d87508b6403c27e46fb3a7 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 22 May 2022 10:21:18 +0200 Subject: [PATCH] =?UTF-8?q?Use=20logo=20ls=20=F0=9F=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 45f04e7..a4da7e0 100644 --- a/.zshrc +++ b/.zshrc @@ -130,7 +130,8 @@ bindkey '^[[B' history-substring-search-down # Aliases alias clear='clear && ufetch' alias cls='/usr/bin/clear' -alias ls='ls --color=auto' +alias lsc='/usr/bin/ls --color=auto' # Default ls with colors +alias ls='logo-ls -Dh' # Modern ls https://github.com/Yash-Handa/logo-ls alias JCmusIntegrationWithDiscord='java -jar /mnt/Work_files/JCmusIntegrationWithDiscord/out/artifacts/JCmusIntegrationWithDiscord_jar/JCmusIntegrationWithDiscord.jar' alias cmus='JCmusIntegrationWithDiscord --link &>/dev/null & cmus'