diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:34:19 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-25 00:34:19 -0500 |
commit | 79d6b6e09fc03d1b4699353a4a41856a977709ca (patch) | |
tree | eb4cf3eef1a26e6551e7046febeeae30531833ce /.local/bin/texinit | |
parent | adcb6518d48ab41b26aeba77b3d0147d24dc287d (diff) |
Update yadm hooks to update dwmblocks
Diffstat (limited to '.local/bin/texinit')
-rwxr-xr-x | .local/bin/texinit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/texinit b/.local/bin/texinit index 8d5adf2..24a1431 100755 --- a/.local/bin/texinit +++ b/.local/bin/texinit @@ -1,8 +1,7 @@ #!/bin/sh case form in "$1"; - rnw) - cp $HOME/Dropbox/A/Scholar/All/Templates/LaTeX/cegep/main.rnw ;; + rnw) cp $HOME/Dropbox/A/Scholar/All/Templates/LaTeX/cegep/main.rnw ;; *) cp $HOME/Dropbox/A/Scholar/All/Templates/LaTeX/cegep/main.tex ;; esac |