mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
latex
This commit is contained in:
parent
329796e4b7
commit
8bdbaecd1b
2 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue