fixed ls alias

This commit is contained in:
Bryan Ramos 2023-03-23 15:00:46 -04:00
parent 511d7af6c2
commit 42cefadce9

View file

@ -22,4 +22,4 @@ if [ -d "$bash_completion_dir" ]; then
done
fi
alias LS = 'LSD'
alias ls = 'lsd'