Update .zshrc_aliases

This commit is contained in:
Santiago Lo Coco 2022-02-09 01:21:21 -03:00
parent f3e778ac50
commit 3ebbe1f462
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ alias pampero='ssh slococo@pampero.it.itba.edu.ar'
alias bd='systemctl start postgresql.service'
function compile() {
if [ "$1" = "laptop" ]; then
if grep -q "i5" /proc/cpuinfo; then
sudo make clean && sudo make laptop
else
sudo make clean && sudo make install