From 0657273747f933f253daa8bec0775369a61c838f Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 10 Apr 2024 15:21:07 +0530 Subject: [PATCH] bashrc: add alias for fdfind because ubuntu --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 63ff2b3..cd37aa2 100644 --- a/.bashrc +++ b/.bashrc @@ -216,6 +216,10 @@ if command -v batcat > /dev/null; then alias bat="$(command -v batcat)" fi +if command -v fdfind > /dev/null; then + alias fd="$(command -v fdfind)" +fi + function nixos_needsreboot() { NIXOS_NEEDSREBOOT_FILE='/var/run/reboot-required' if [[ -f "${NIXOS_NEEDSREBOOT_FILE}" ]]; then