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.

14 lines
543 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
alias ps="ps -aux" #noindex
alias ping="pingp --nolegend" #noindex