mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-25 07:47:18 +00:00
small edit of
This commit is contained in:
parent
92607a877c
commit
c4c7974208
@ -271,8 +271,8 @@ alias zless='vimpager'
|
|||||||
|
|
||||||
<p align="justify">Here are ls aliases (see <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ls">man ls</a>):</p>
|
<p align="justify">Here are ls aliases (see <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ls">man ls</a>):</p>
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
alias ls='show_which ls && ls --color=auto'
|
alias ls='show_which ls && ls --color=auto --group-directories-first'
|
||||||
alias ll='show_which ll && ls --group-directories-first -l --human-readable'
|
alias ll='show_which ll && ls -l --human-readable'
|
||||||
alias lr='show_which lr && ls --recursive'
|
alias lr='show_which lr && ls --recursive'
|
||||||
alias la='show_which la && ll --almost-all'
|
alias la='show_which la && ll --almost-all'
|
||||||
alias lx='show_which lx && ll -X --ignore-backups'
|
alias lx='show_which lx && ll -X --ignore-backups'
|
||||||
|
@ -271,8 +271,8 @@ alias zless='vimpager'
|
|||||||
|
|
||||||
<p align="justify">ls аллиасы (смотри <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ls">man ls</a>):</p>
|
<p align="justify">ls аллиасы (смотри <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ls">man ls</a>):</p>
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
alias ls='show_which ls && ls --color=auto'
|
alias ls='show_which ls && ls --color=auto --group-directories-first'
|
||||||
alias ll='show_which ll && ls --group-directories-first -l --human-readable'
|
alias ll='show_which ll && ls -l --human-readable'
|
||||||
alias lr='show_which lr && ls --recursive'
|
alias lr='show_which lr && ls --recursive'
|
||||||
alias la='show_which la && ll --almost-all'
|
alias la='show_which la && ll --almost-all'
|
||||||
alias lx='show_which lx && ll -X --ignore-backups'
|
alias lx='show_which lx && ll -X --ignore-backups'
|
||||||
|
Loading…
Reference in New Issue
Block a user