mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
alias fd because different name on Fedora
This commit is contained in:
@@ -111,6 +111,10 @@ alias tkill="for s in \$(tmux list-sessions | awk -F ':' '{print \$1}' | fzf); d
|
|||||||
|
|
||||||
alias tiga='tig --all'
|
alias tiga='tig --all'
|
||||||
|
|
||||||
|
if hash fd 2>/dev/null; then
|
||||||
|
alias fdfind='fd'
|
||||||
|
fi
|
||||||
|
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
# Source .bashrc.d files
|
# Source .bashrc.d files
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user