From 53af3fbfc6c127aed9d2f2908036f1cad7b5082c Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 2 Jun 2025 09:23:57 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index adad08e..ef45637 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -34,8 +34,8 @@ alias diskusage="ncdu -x" alias dr="dragon-drop --and-exit --all --print-path" alias du="du --summarize --human-readable" alias dus="du --summarize --human-readable * | sort -h" -alias faf="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux -alias fif="sudo find / -type f -name" # faf (find a file) +alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux +alias faf="sudo find / -type f -name" # faf (find a file) alias gparted="sudo gparted" alias grep='grep --color=auto' alias ip='ip -br a'