This commit is contained in:
David Alexander Majnemer 2009-09-02 21:19:01 -05:00
parent 329796e4b7
commit 8bdbaecd1b
2 changed files with 4 additions and 0 deletions

View file

@ -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'

View file

@ -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