4 changed files with 18 additions and 11 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
# Псевдонимы |
||||
|
||||
ls-with-icons() { ls-i --color=always -N -w $(tput cols) "$@"; } #noindex |
||||
dir-with-icons() { dir-i --color=always -N -w $(tput cols) "$@"; } #noindex |
||||
vdir-with-icons() { vdir-i --color=always -N -w $(tput cols) "$@"; } #noindex |
||||
|
||||
alias ls='ls-with-icons -lGhpXv --color=always --group-directories-first' #noindex |
||||
alias lsl='ls-with-icons -L' #noindex |
||||
alias lst='ls-with-icons -al --time-style=+%D | grep $(\date +%D)' #noindex |
||||
|
Loading…
Reference in new issue