alias fd because different name on Fedora

This commit is contained in:
Yax 2021-12-30 07:23:00 +01:00
parent e996c63879
commit ee29af008b

View file

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