tianyun 8 kuukautta sitten
vanhempi
commit
5247b2c32c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      sh_config.sh

+ 1 - 0
sh_config.sh

@@ -7,6 +7,7 @@ alias sync_config_file='wget https://git.tianyunperfect.cn/tianyunperfect/sync/r
 alias ll='ls -alh --time-style="+%Y-%m-%d %H:%I:%S"'
 #du -sh * 2>/dev/null | sort -hr
 alias du-sh='du -sh * 2>/dev/null | sort -hr'
+alias du-sh10='du -sh * 2>/dev/null | sort -hr | head -n 10'
 alias sourcevenv='source venv/bin/activate'
 
 alias weather='curl wttr.in/beijing'