diff --git a/commonsh/10_alias b/commonsh/10_alias index 56bd1a5..c36f090 100755 --- a/commonsh/10_alias +++ b/commonsh/10_alias @@ -92,4 +92,6 @@ alias du='du -h' alias ping='ping -c4' +alias maketex="make -f ${HOME}/.latex/Makefile" + ( command -v time >/dev/null 2>&1 ) && alias time='command time' diff --git a/install.pl b/install.pl index 663940a..1004031 100755 --- a/install.pl +++ b/install.pl @@ -77,6 +77,8 @@ my %links = ( caffeinate => 'bin/caffeinate', lock => 'bin/lock', + + latex => '.latex', ); my $i = 0; # Keep track of how many links we added