From ee29af008bec6183795ce2fde82bdd10e7938db7 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 30 Dec 2021 07:23:00 +0100 Subject: [PATCH] alias fd because different name on Fedora --- dot_bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index de9aedf..9e50c9b 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -111,6 +111,10 @@ alias tkill="for s in \$(tmux list-sessions | awk -F ':' '{print \$1}' | fzf); d alias tiga='tig --all' +if hash fd 2>/dev/null; then + alias fdfind='fd' +fi + # ------------------------------------------------------------- # Source .bashrc.d files # -------------------------------------------------------------