1
0
Fork 0

bashrc: add alias for fdfind because ubuntu

This commit is contained in:
Pratham Patel 2024-04-10 15:21:07 +05:30
parent caeaf1f9c6
commit 0657273747
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 4 additions and 0 deletions

View File

@ -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