From 6fc91e4e9a711e083523f9d09f8d99d8bbcd2e48 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 11 Jun 2023 00:55:35 +0200 Subject: [PATCH] typo --- home/.zsh-server/zshrc | 2 +- home/.zsh/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.zsh-server/zshrc b/home/.zsh-server/zshrc index eb026ef..4255700 100644 --- a/home/.zsh-server/zshrc +++ b/home/.zsh-server/zshrc @@ -22,7 +22,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-server 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