From 4adff431abbe068190b118496b7a569685b96b3a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 14 May 2022 21:49:26 +0300 Subject: Removed second -a exa tag where applicable --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3c74783..ca76d92 100644 --- a/.zshrc +++ b/.zshrc @@ -317,8 +317,8 @@ device="desktop" # can be either "desktop" (default when empty), "server" or "an # General commands {{{ if [[ -x "$(command -v exa)" ]]; then alias ll="exa --icons --group-directories-first --git --time-style long-iso -a -labh" - alias lk="exa --icons --group-directories-first --git --time-style long-iso -a -labhTL" - alias l.="exa --icons --group-directories-first --git --time-style long-iso -a -labhTL 2" + alias lk="exa --icons --group-directories-first --git --time-style long-iso -labhTL" + alias l.="exa --icons --group-directories-first --git --time-style long-iso -labhTL 2" alias l="exa --icons --group-directories-first --time-style long-iso -abh" else alias ll="la -alF" -- cgit v1.2.3