From 56f266cfba42948b5d801b3c6148857a372ca07e Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 25 Jan 2014 16:24:02 +0400 Subject: [PATCH] edited zshrc --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 3080ea4..810c6e5 100644 --- a/zshrc +++ b/zshrc @@ -216,8 +216,8 @@ yatest () { /usr/bin/yaourt --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash } -alias ls='show_which ls && ls --color=auto' -alias ll='show_which ll && ls --group-directories-first -l --human-readable' +alias ls='show_which ls && ls --color=auto --group-directories-first' +alias ll='show_which ll && ls -l --human-readable' alias lr='show_which lr && ls --recursive' alias la='show_which la && ll --almost-all' alias lx='show_which lx && ll -X --ignore-backups'