New approach to dotfiles handling.

This commit is contained in:
Bartek Stalewski 2022-03-30 11:27:23 +02:00
parent af2d271f03
commit 74ec21fafd
5 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@ else
alias ll='ls -l'
fi
if [ $(command -v fd) ]; then
alias fd='fd -H -L --ignore-file ~/.local/settings/fd'
alias fd='fd -H -L --ignore-file ~/.local/config/fd'
fi
function ud() {