From c94e194388ca1651f5eb1c1ca96680deeced5ec8 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 6 Sep 2023 14:03:25 +0200 Subject: [PATCH] alias fd --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 7bc698e..45a5768 100644 --- a/.zshrc +++ b/.zshrc @@ -23,6 +23,7 @@ alias isotime='date +"%Y-%m-%dT%H:%M:%S%z"' alias gg=lazygit alias reload="source ~/.zshrc" alias gls=/bin/ls +alias fd=fdfind ### Functions function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }