updates from makefile

This commit is contained in:
Don Harper 2024-05-02 06:15:09 -05:00
parent f29a1b8e19
commit 680e0a37a9
4 changed files with 17 additions and 16 deletions

View file

@ -7,6 +7,7 @@ alias ls="ls -hCF"
alias l="ls -l"
alias df="df -h -x squashfs"
alias du="du -h"
alias neofetch="fastfetch"
if [ -x /home/don/.local/bin/dotdrop ]
then
alias dotdrop="/home/don/.local/bin/dotdrop -c ~/.dotfiles/config.yaml"