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