From ca125a108141ab6fea8faaa0f9ab62a63767f429 Mon Sep 17 00:00:00 2001 From: eKa Date: Fri, 6 Sep 2019 04:28:04 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20ll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 066725c..52f0b49 100644 --- a/.zshrc +++ b/.zshrc @@ -117,6 +117,7 @@ extract () { if [ -x /usr/bin/dircolors ]; then test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" alias ls='ls --color=auto' + alias ll='ls -l' alias dir='dir --color=auto' alias vdir='vdir --color=auto' alias grep='grep --color=auto'