From c4c79742082818e55f3958f9918ec18e9fabda69 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 25 Jan 2014 16:25:13 +0400 Subject: [PATCH] small edit of --- _posts/2014-01-14-about-zshrc.html | 4 ++-- ru/_posts/2014-01-14-about-zshrc.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2014-01-14-about-zshrc.html b/_posts/2014-01-14-about-zshrc.html index 231bda8..d9a181f 100644 --- a/_posts/2014-01-14-about-zshrc.html +++ b/_posts/2014-01-14-about-zshrc.html @@ -271,8 +271,8 @@ alias zless='vimpager'

Here are ls aliases (see man ls):

{% highlight bash %} -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' diff --git a/ru/_posts/2014-01-14-about-zshrc.html b/ru/_posts/2014-01-14-about-zshrc.html index d371d54..ed92f8d 100644 --- a/ru/_posts/2014-01-14-about-zshrc.html +++ b/ru/_posts/2014-01-14-about-zshrc.html @@ -271,8 +271,8 @@ alias zless='vimpager'

ls аллиасы (смотри man ls):

{% highlight bash %} -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'