From bd0c0ba9da60e88d381c8d7764ce3174e16bed35 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 11 Jun 2023 00:55:35 +0200 Subject: [PATCH] typo --- home/.zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zsh/zshrc b/home/.zsh/zshrc index 1ce512f..621cd3e 100644 --- a/home/.zsh/zshrc +++ b/home/.zsh/zshrc @@ -32,7 +32,7 @@ alias gls=/bin/ls ### Functions function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" } function midfiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(M|G|T|P|E)\s" } -function midfiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(B|K)\s" } +function smallfiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(B|K)\s" } ### ZSH HOME export ZSH=$HOME/.zsh