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.
|
|
|
# Псевдонимы
|
|
|
|
|
|
|
|
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 lsh='ls-with-icons --hyperlink' #noindex
|
|
|
|
|
|
|
|
alias ps="ps -aux" #noindex
|
|
|
|
# alias ping="pingp --nolegend" #noindex
|
|
|
|
|
|
|
|
# Gentoo Linux
|
|
|
|
alias emerge="emerge --ask" #noindex
|
|
|
|
alias eww='emerge --update --newuse --deep --with-bdeps=y --complete-graph=y --keep-going=y -av --verbose-conflicts -t @world' #noindex
|
|
|
|
alias cl-update="cl-update --verbose=on --clean-pkg --with-bdeps --revdep-rebuild=on --stable=off" #noindex
|
|
|
|
alias equery="equery -N" #noindex
|
|
|
|
|