При наличии gdu запускать вместо ncdu
This commit is contained in:
parent
b25739c78b
commit
442480e151
@ -69,6 +69,9 @@ alias gsur="git submodule update --recursive --init --remote"
|
|||||||
|
|
||||||
alias ycal="ncal $(date +%Y)"
|
alias ycal="ncal $(date +%Y)"
|
||||||
|
|
||||||
|
# gdu вместо ncdu
|
||||||
|
command -v gdu > /dev/null 2>&1 && alias ncdu=gdu
|
||||||
|
|
||||||
# Фильтры (H,T,G,L определены в common-aliases)
|
# Фильтры (H,T,G,L определены в common-aliases)
|
||||||
alias -g N1='1>/dev/null'
|
alias -g N1='1>/dev/null'
|
||||||
alias -g N2='2>/dev/null'
|
alias -g N2='2>/dev/null'
|
||||||
|
Loading…
Reference in New Issue
Block a user