minor adjustments

This commit is contained in:
Alexander Navarro 2023-10-28 18:31:28 -03:00
parent 5e6c7127a2
commit 14e72656ee
3 changed files with 9 additions and 4 deletions

View file

@ -12,7 +12,7 @@ alias \
cpr='rsync -za --partial -hh --info=progress2' \
mvr='rsync -za --remove-source-files --partial -hh --info=progress2' \
sync='rsync -zau --delete --partial -hh --info=progress2' \
rm='trash -i' \
del='trash -i' \
rmf='rm -rfI' \
md='mkdir -pv' \
ls='exa -lh --color=always --icons --git ' \
@ -58,6 +58,10 @@ alias \
alias \
reload='exec $SHELL -l' \
# Specific Mac overrides
if [[ "$OSTYPE" != 'linux-gnu' ]]; then
fi
#--------------------------------------------------------------------#
# Global #
#--------------------------------------------------------------------#