feature/rework_bashrc #1

Merged
xavier merged 7 commits from feature/rework_bashrc into master 2025-03-13 00:22:52 +01:00
Showing only changes of commit a5dd0be77c - Show all commits

View File

@ -2,5 +2,6 @@
if (command -v lsd &> /dev/null)
then
alias ls=lsd
alias ls='lsd'
alias lt='lsd --tree'
fi