From 08569e42ffa74780606b8991c3ae658aac76cf02 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 28 Mar 2022 19:53:47 +0300 Subject: [PATCH] Show number delimiters --- zsh/.zsh/rc/010aliases.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zsh/rc/010aliases.zsh b/zsh/.zsh/rc/010aliases.zsh index 422a6ee..0180fcf 100644 --- a/zsh/.zsh/rc/010aliases.zsh +++ b/zsh/.zsh/rc/010aliases.zsh @@ -1,5 +1,5 @@ -alias l="ls -AF " -alias ll="ls -D \"%Y-%m-%d %H:%M\" -AFl " +alias l="ls -AF, " +alias ll="ls -D \"%Y-%m-%d %H:%M\" -AFl, " alias vi="vim" alias m="less " alias -g M="| less" -- 2.44.0