mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 19:31:43 +00:00
Added or edited file headers.
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
# Displays human readable disk usage statistics.
|
||||
#
|
||||
# Displays human readable disk usage.
|
||||
#
|
||||
# Authors:
|
||||
# Suraj N. Kurapati <sunaku@gmail.com>
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
function duh() {
|
||||
(( $# == 0 )) && set -- *
|
||||
if [[ "$OSTYPE" == linux* ]]; then
|
||||
|
Reference in New Issue
Block a user