alias fd because different name on Fedora
This commit is contained in:
parent
e996c63879
commit
ee29af008b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue