Dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
464 B

# Псевдонимы
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