dot dot dotfiles

add 'paru -Sc' to clearcache bash alias

+1 -1
+1 -1
.bash_aliases
··· 35 35 alias meta="Rscript -e 'codemetar::write_codemeta()'" 36 36 alias reprex="Rscript -e 'reprex::reprex()'" 37 37 alias timer="mongotimer" 38 - alias clearcache="sudo paccache -r" 38 + alias clearcache="sudo paccache -r; paru -Sc" 39 39 alias lastinstalls="grep -i installed /var/log/pacman.log" 40 40 alias emojis="firefox https://emcorrales.com/cheatsheets/github-emojis &" 41 41 alias issues="bash /<path>/<to>/issues.bash"