浏览代码

~/.bashrc: Fix ds() to print out a total (usable for multiple dirs!?)

Lucas Stadler 14 年之前
父节点
当前提交
dd1feaa413
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .bashrc

+ 1 - 1
.bashrc

@ -22,7 +22,7 @@ infoq() {
22 22
}
23 23
24 24
ds() {
25
	du -h $1 | tail -n1
25
	du -ch $@ | tail -n1
26 26
}
27 27
28 28
. $HOME/t/sh/z/z.sh