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'