From fb96241b69c9330be28a1aa0f02439febe303854 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Mon, 27 Jun 2022 09:03:49 +0200 Subject: [PATCH] =?UTF-8?q?Update=20alias=20=F0=9F=98=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index de258a4..aad4e75 100644 --- a/.zshrc +++ b/.zshrc @@ -132,9 +132,10 @@ bindkey '^[[B' history-substring-search-down alias clear='clear && ufetch' alias cls='/usr/bin/clear' 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' +# alias ls='logo-ls -Dh' # Modern ls https://github.com/Yash-Handa/logo-ls +alias jls='jls -lh' +alias ls='jls' +alias cmus='cmus-rpc --link &>/dev/null & cmus' # Fix cava not showing bars