From 0bb144296372b1abd2430064e66c1a4087a8aca6 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 3 May 2022 15:01:31 +0300 Subject: exa aliases now show . and .. folders --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 3a12f11..3c74783 100644 --- a/.zshrc +++ b/.zshrc @@ -316,9 +316,9 @@ 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 -labh" - 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 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 l="exa --icons --group-directories-first --time-style long-iso -abh" else alias ll="la -alF" -- cgit v1.2.3