From 479e0433402efe42b7c6bc1727a19aa0716c0104 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 12 Jun 2021 00:57:04 +0200 Subject: [PATCH] fancy exa options --- modules/home/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index f927f2b..1e6c3ee 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -47,8 +47,8 @@ in glo = "git log"; gad = "git add"; ls = "exa"; - ll = "exa -l"; - la = "exa -la"; + la = "exa -a"; + ll = "exa -la --no-filesize --changed --time-style=long-iso --git --octal-permissions --no-permissions --no-user --ignore-glob=\".git\""; mv = "mv -i"; cp = "cp -i"; };