Fix alias for fdfind

This commit is contained in:
tobias
2025-02-19 14:42:01 +01:00
parent 13f060433c
commit 09e50d8a8e

View File

@@ -53,6 +53,6 @@ if (hash bat 2>/dev/null) ; then
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
fi
function unsetproxy() { unset $(env | grep -Pio '^https?_proxy' | xargs) ; }
hash fdfind && alias fd=fdfind
hash fdfind 2>/dev/null && alias fd=fdfind
alias dissect="dritpw tabledevil/dissect"
function nsrt() { local col=$1; shift; awk -v c="$col" '{print $c, $0}' "$@" | sort -k1,1 -n | cut -d' ' -f2-; }